2025-03-22 15:55:31 +08:00

16 lines
354 B
TOML

[package]
name = "osdk-frame-allocator"
version = "0.14.1"
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.14.1", path = "../../../ostd" }
[lints]
workspace = true