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

27 lines
538 B
TOML
Raw Normal View History

2023-02-07 08:05:21 +00:00
[package]
name = "cargo-component"
version = "0.1.0"
2025-12-08 12:49:46 +00:00
edition = "2024"
2023-02-07 08:05:21 +00:00
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