2023-02-27 08:18:04 +00:00
|
|
|
[package]
|
|
|
|
|
name = "component"
|
|
|
|
|
version = "0.1.0"
|
2025-12-08 12:49:46 +00:00
|
|
|
edition = "2024"
|
2023-02-27 08:18:04 +00:00
|
|
|
|
|
|
|
|
# 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" }
|
2023-02-27 08:18:04 +00:00
|
|
|
log = "0.4"
|
2023-03-26 05:20:12 +00:00
|
|
|
component-macro = { path = "../component-macro" }
|
2023-02-27 08:18:04 +00:00
|
|
|
|
|
|
|
|
[build-dependencies]
|
2023-03-26 05:20:12 +00:00
|
|
|
json = "0.12.4"
|