Removing unused crates

This commit is contained in:
Dave Hrycyszyn
2024-06-18 11:59:17 +01:00
parent 7d90f0653e
commit 48a83fcd55
4 changed files with 1 additions and 16 deletions

View File

@@ -7,7 +7,6 @@ edition = "2021"
[dependencies]
async-trait = "0.1.52"
base64 = "0.21.7"
bft-json-crdt = { path = "../crates/bft-json-crdt" }
bft-crdt-derive = { path = "../crates/bft-json-crdt/bft-crdt-derive" }
clap = { version = "4.5.4", features = ["derive"] }
@@ -17,13 +16,11 @@ fastcrypto = "0.1.8"
# serde_cbor = "0.11.2" # move to this once we need to pack things in CBOR
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.117"
serde_with = "3.8.1"
sha256 = "1.5.0"
tokio = { version = "1.37.0", features = ["full"] }
tracing = "0.1.32"
tracing-subscriber = "0.3.9"
# tracing-subscriber = "0.3.9"
toml = "0.8.14"
url = "2.2.2"
indexmap = { version = "2.2.6", features = ["serde"] }
[dev-dependencies]