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

16 lines
318 B
TOML

[package]
name = "second-init"
version = "0.1.0"
edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
component = {path="../../../../component"}
first-init = {path = "../first-init"}
log = "0.4"
[dev-dependencies]
simple_logger = "4.0.0"