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

@@ -18,7 +18,6 @@ bft-crdt-derive = { path = "bft-crdt-derive" }
colored = "2.0.0"
fastcrypto = "0.1.8"
indexmap = { version = "2.2.6", features = ["serde"] }
itertools = "0.10.5"
rand = "0.8.5"
random_color = "0.6.1"
serde = { version = "1.0", features = ["derive"] }