asterinas/kernel/libs/ring-buffer/Cargo.toml

12 lines
253 B
TOML

[package]
name = "ring-buffer"
version = "0.1.0"
edition = "2024"
[dependencies]
inherit-methods-macro = { git = "https://github.com/asterinas/inherit-methods-macro", rev = "98f7e3e" }
ostd = { path = "../../../ostd" }
[lints]
workspace = true