Skip to content

Commit c1cac4b

Browse files
authored
Update CLI trustchain deps to workspace deps (#225)
1 parent f9cdb99 commit c1cac4b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

crates/trustchain-cli/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ serde_json = { workspace = true }
2121
ssi = { workspace = true, features = ["http-did", "secp256k1"] }
2222
tokio = { workspace = true, features = ["full"] }
2323
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" }
24+
trustchain-api = { workspace = true }
25+
trustchain-core = { workspace = true }
26+
trustchain-http = { workspace = true }
27+
trustchain-ion = { workspace = true }

0 commit comments

Comments
 (0)