mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
fix(resolver): add derive to serde
This commit is contained in:
parent
08a9ba3d5e
commit
17acbc4e02
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue