mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +00:00

I removed it from `cargo-test-support` and `cargo-test-macro`, despite people depending on those (via git) because my long term plan is resting on the `auto` value which won't affect git dependencies.
11 lines
136 B
TOML
11 lines
136 B
TOML
[package]
|
|
name = "xtask-build-man"
|
|
version = "0.0.0"
|
|
edition.workspace = true
|
|
publish = false
|
|
|
|
[dependencies]
|
|
|
|
[lints]
|
|
workspace = true
|