mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
17 lines
373 B
TOML
17 lines
373 B
TOML
[package]
|
|
name = "build-rs"
|
|
version = "0.3.0"
|
|
rust-version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
description = "API for writing Cargo `build.rs` files"
|
|
|
|
[features]
|
|
## Experimental API. This feature flag is **NOT** semver stable.
|
|
unstable = []
|
|
|
|
[dependencies]
|
|
unicode-ident.workspace = true
|