asterinas/osdk/deps/heap-allocator/Cargo.toml

16 lines
350 B
TOML
Raw Normal View History

2025-01-13 06:24:32 +00:00
[package]
name = "osdk-heap-allocator"
2025-12-09 02:18:32 +00:00
version = "0.16.2"
2025-12-08 12:49:46 +00:00
edition = "2024"
description = "The default slab-based heap allocator shipped with OSDK."
license = "MPL-2.0"
repository ="https://github.com/asterinas/asterinas"
readme = "README.md"
2025-01-13 06:24:32 +00:00
[dependencies]
log = "0.4"
2025-12-09 02:18:32 +00:00
ostd = { version = "0.16.2", path = "../../../ostd" }
2025-01-13 06:24:32 +00:00
[lints]
workspace = true