mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +00:00
12 lines
189 B
TOML
12 lines
189 B
TOML
[package]
|
|
name = "build-rs-test-lib"
|
|
version = "0.0.0"
|
|
edition.workspace = true
|
|
publish = false
|
|
|
|
[features]
|
|
unstable = ["build-rs/unstable"]
|
|
|
|
[build-dependencies]
|
|
build-rs.workspace = true
|