asterinas/kernel/libs/comp-sys/cargo-component/Cargo.toml

27 lines
538 B
TOML

[package]
name = "cargo-component"
version = "0.1.0"
edition = "2021"
build = "build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[[bin]]
name = "cargo-component"
test = false
path = "src/main.rs"
[[bin]]
name = "component-driver"
path = "src/driver.rs"
[dependencies]
rustc_tools_util = "0.3.0"
analysis = { path = "analysis" }
[build-dependencies]
rustc_tools_util = "0.3.0"
[package.metadata.rust-analyzer]
# This package uses #[feature(rustc_private)]
rustc_private = true