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.
decds-lib
1 parent 5cdde34 commit abaffd9Copy full SHA for abaffd9
decds-bin/Cargo.toml
@@ -18,7 +18,7 @@ clap = { workspace = true }
18
rand = { workspace = true }
19
const-hex = { workspace = true }
20
blake3 = { workspace = true }
21
-decds-lib = { path = "../decds-lib" }
+decds-lib = { version = "*", path = "../decds-lib" }
22
num_cpus = { workspace = true }
23
tokio = { workspace = true }
24
console_static_text = { workspace = true }
0 commit comments