Skip to content

Commit

Permalink
added dependencies to Cargo.toml fr fr
Browse files Browse the repository at this point in the history
  • Loading branch information
econsta committed Oct 16, 2023
1 parent e51b4fc commit 38245b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions coordinator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ tributary = { package = "tributary-chain", path = "./tributary" }
serai-client = { path = "../substrate/client", features = ["serai"] }

hex = "0.4"
bincode = { version = "1", default-features = false }
serde = { version = "1", default-features = false, features = ["derive"] }
serde_json = { version = "1", default-features = false }

log = "0.4"
Expand Down

0 comments on commit 38245b5

Please sign in to comment.