You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Cargo.toml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,7 @@ indexmap = { version = "2", features = ["serde"] }
82
82
json-strip-comments = "3"
83
83
once_cell = "1"# Use `std::sync::OnceLock::get_or_try_init` when it is stable.
84
84
papaya = "0.2"
85
+
parking_lot = "0.12"
85
86
rustc-hash = { version = "2" }
86
87
serde = { version = "1", features = ["derive"] } # derive for Deserialize from package.json
87
88
serde_json = { version = "1", features = ["preserve_order"] } # preserve_order: package_json.exports requires order such as `["require", "import", "default"]`
0 commit comments