asterinas/kernel/libs/comp-sys/component/Cargo.toml

15 lines
358 B
TOML
Raw Normal View History

[package]
name = "component"
version = "0.1.0"
2025-12-08 12:49:46 +00:00
edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-01-19 06:54:29 +00:00
inventory = { git = "https://github.com/asterinas/inventory", rev = "9dce587" }
log = "0.4"
2023-03-26 05:20:12 +00:00
component-macro = { path = "../component-macro" }
[build-dependencies]
2023-03-26 05:20:12 +00:00
json = "0.12.4"