mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-24 09:53:24 +00:00
15 lines
358 B
TOML
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"
|