mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-08 12:56:48 +00:00
17 lines
371 B
TOML
17 lines
371 B
TOML
[package]
|
|
name = "osdk-frame-allocator"
|
|
version = "0.15.0"
|
|
edition = "2021"
|
|
description = "The default buddy system frame allocator shipped with OSDK."
|
|
license = "MPL-2.0"
|
|
repository ="https://github.com/asterinas/asterinas"
|
|
readme = "README.md"
|
|
|
|
[dependencies]
|
|
log = "0.4"
|
|
ostd = { version = "0.15.0", path = "../../../ostd" }
|
|
paste = "1.0.15"
|
|
|
|
[lints]
|
|
workspace = true
|