|
|
|
@ -8,7 +8,10 @@ rust-version = "1.88" |
|
|
|
publish = false |
|
|
|
publish = false |
|
|
|
|
|
|
|
|
|
|
|
[package.metadata.cargo-machete] |
|
|
|
[package.metadata.cargo-machete] |
|
|
|
ignored = ["serde_bytes"] # Used by the SecretFile API. |
|
|
|
ignored = [ |
|
|
|
|
|
|
|
# Used by the SecretFile API. |
|
|
|
|
|
|
|
"serde_bytes", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[profile.release] |
|
|
|
[profile.release] |
|
|
|
debug = true |
|
|
|
debug = true |
|
|
|
|