Skip to content

Commit

Permalink
Update CLI trustchain deps to workspace deps (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgreenbury authored Jan 28, 2025
1 parent f9cdb99 commit c1cac4b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions crates/trustchain-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ serde_json = { workspace = true }
ssi = { workspace = true, features = ["http-did", "secp256k1"] }
tokio = { workspace = true, features = ["full"] }
toml = { workspace = true }
trustchain-api = { path = "../trustchain-api" }
trustchain-core = { path = "../trustchain-core" }
trustchain-http = { path = "../trustchain-http" }
trustchain-ion = { path = "../trustchain-ion" }
trustchain-api = { workspace = true }
trustchain-core = { workspace = true }
trustchain-http = { workspace = true }
trustchain-ion = { workspace = true }

0 comments on commit c1cac4b

Please sign in to comment.