We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b276b9e commit f833c46Copy full SHA for f833c46
1 file changed
Cargo.toml
@@ -6,7 +6,7 @@ edition = "2024"
6
[dependencies]
7
crossbeam = "0.8"
8
wg_internal = { git = "https://github.com/WGL-2024/WGL_repo_2024.git", features = ["debug"] }
9
-common = { path = "../common" }
+common = { git = "https://github.com/RustDoIt/common.git" }
10
log = "0.4"
11
serde = { version = "1.0", features = ["derive"] }
12
bincode = "1.3"
0 commit comments