Files
asterinas/kernel/libs/comp-sys/component/tests/init-order/first-init/Cargo.toml
2024-02-28 16:30:48 +08:00

11 lines
223 B
TOML

[package]
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"}