We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db1975e commit a863748Copy full SHA for a863748
rspack/Cargo.toml
@@ -5,8 +5,15 @@ members = [
5
"crates/binding"
6
]
7
8
+[workspace.dependencies]
9
+anyhow = "1.0.99"
10
+regex = "1.11.1"
11
+serde_json = "1.0.143"
12
+turbo-unix-path = "0.0.1"
13
+
14
[patch.crates-io]
-next-taskless = { path = "../crates/next-taskless" }
15
+next-taskless = { path = "../crates/next-taskless" }
16
+turbo-unix-path = { path = "../turbopack/crates/turbo-unix-path" }
17
18
# Copied from https://github.com/web-infra-dev/rspack/blob/main/Cargo.toml
19
0 commit comments