We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9cdb99 commit c1cac4bCopy full SHA for c1cac4b
crates/trustchain-cli/Cargo.toml
@@ -21,7 +21,7 @@ serde_json = { workspace = true }
21
ssi = { workspace = true, features = ["http-did", "secp256k1"] }
22
tokio = { workspace = true, features = ["full"] }
23
toml = { workspace = true }
24
-trustchain-api = { path = "../trustchain-api" }
25
-trustchain-core = { path = "../trustchain-core" }
26
-trustchain-http = { path = "../trustchain-http" }
27
-trustchain-ion = { path = "../trustchain-ion" }
+trustchain-api = { workspace = true }
+trustchain-core = { workspace = true }
+trustchain-http = { workspace = true }
+trustchain-ion = { workspace = true }
0 commit comments