Skip to content

Commit

Permalink
Update crates/oxc_sourcemap/Cargo.toml
Browse files Browse the repository at this point in the history
Co-authored-by: overlookmotel <[email protected]>
  • Loading branch information
Brooooooklyn and overlookmotel authored Jul 29, 2024
1 parent 4e7e0cd commit c01ec4b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions crates/oxc_sourcemap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ workspace = true
doctest = false

[dependencies]
rustc-hash = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
base64-simd = { workspace = true }
cfg-if = { workspace = true }
rustc-hash = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
base64-simd = { workspace = true }
cfg-if = { workspace = true }

rayon = { workspace = true, optional = true }

Expand Down

0 comments on commit c01ec4b

Please sign in to comment.