2023-10-14 00:29:43 +02:00
|
|
|
[target.'cfg(feature = "cargo-clippy")']
|
|
|
|
rustflags = [
|
|
|
|
"-Dwarnings",
|
|
|
|
"-Dclippy::pedantic",
|
|
|
|
"-Dclippy::nursery",
|
|
|
|
"-Dclippy::cargo",
|
|
|
|
]
|
2023-12-08 01:16:47 +01:00
|
|
|
|
|
|
|
[registries]
|
|
|
|
staging = { index = "https://github.com/rust-lang/staging.crates.io-index" }
|