We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
serde/derive
1 parent 7c82ff2 commit 9913287Copy full SHA for 9913287
credential/cargo-credential/Cargo.toml
@@ -7,6 +7,6 @@ repository = "https://github.com/rust-lang/cargo"
7
description = "A library to assist writing Cargo credential helpers."
8
9
[dependencies]
10
-serde.workspace = true
+serde = { workspace = true, features = ["derive"] }
11
serde_json.workspace = true
12
time.workspace = true
0 commit comments