fix(resolver): add derive to serde

This commit is contained in:
Boshen 2023-08-09 21:53:19 +08:00
parent 08a9ba3d5e
commit 17acbc4e02
No known key found for this signature in database
GPG key ID: 9C7A8C8AB22BEBD1

View file

@ -14,7 +14,7 @@ categories.workspace = true
[dependencies]
dashmap = { workspace = true }
serde = { workspace = true }
serde = { workspace = true, features = ["derive"] } # derive for Deserialize from package.json
serde_json = { workspace = true }
rustc-hash = { workspace = true }
indexmap = { workspace = true, features = ["serde"] } # serde for Deserialize from package.json