mqrs/.cargo/config
finga 9513b2b3d5 cargo: Add staging registry
In order to test things add the config for the staging registry.
2023-12-08 01:22:33 +01:00

11 lines
240 B
Plaintext

[target.'cfg(feature = "cargo-clippy")']
rustflags = [
"-Dwarnings",
"-Dclippy::pedantic",
"-Dclippy::nursery",
"-Dclippy::cargo",
]
[registries]
staging = { index = "https://github.com/rust-lang/staging.crates.io-index" }