asterinas/kernel/libs/comp-sys/component/tests/init-order/first-init/Cargo.toml

11 lines
223 B
TOML
Raw Normal View History

[package]
2023-02-27 10:41:52 +00:00
name = "first-init"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
component = {path="../../../../component"}