Files
asterinas/kernel/libs/comp-sys/component/Cargo.toml
2024-02-28 16:30:48 +08:00

15 lines
358 B
TOML

[package]
name = "component"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
inventory = { git = "https://github.com/asterinas/inventory", rev = "9dce587" }
log = "0.4"
component-macro = { path = "../component-macro" }
[build-dependencies]
json = "0.12.4"