fix(cargo-credential): should enable feature serde/derive

This commit is contained in:
Weihang Lo 2023-07-24 15:18:44 +01:00
parent 7c82ff2e06
commit 9913287a5c
No known key found for this signature in database
GPG key ID: D7DBF189825E82E7

View file

@ -7,6 +7,6 @@ repository = "https://github.com/rust-lang/cargo"
description = "A library to assist writing Cargo credential helpers."
[dependencies]
serde.workspace = true
serde = { workspace = true, features = ["derive"] }
serde_json.workspace = true
time.workspace = true