Remove unused tokio dependency.

This commit is contained in:
FiveMovesAhead 2024-11-29 16:24:42 +00:00
parent 98f32f6415
commit 1b5587edcd

View File

@ -14,7 +14,6 @@ hex = "0.4.3"
rand = "0.8.4"
serde = { version = "1.0.196", features = ["derive"] }
serde_json = { version = "1.0.113" }
tokio = { version = "1.41.1", features = ["full"] }
tig-structs = { path = "../tig-structs" }
tig-utils = { path = "../tig-utils", features = ["web3"] }