Răsfoiți Sursa

clean up Cargo.toml

ghassmo 4 ani în urmă
părinte
comite
f0aae7af06
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -59,6 +59,7 @@ bytes = "1.0.1"
 signal-hook = "0.3.10"
 signal-hook-async-std = "0.2.1"
 lazy_static = "1.4.0"
+thiserror = "1.0.30"
 
 rocksdb = {version = "0.16.0", default-features = false, features = ["lz4"]}
 zeromq = {version = "0.2.2", default-features = false, features = ["async-std-runtime", "all-transport"]}
@@ -79,7 +80,6 @@ secp256k1 = {version = "0.20.3", default-features = false, features = ["rand-std
 ## Cashier Ethereum Dependencies
 hash-db = {version = "0.15.2", optional = true}
 keccak-hasher = {version = "0.15.3", optional = true}
-thiserror = "1.0.30"
 
 [features]
 btc = ["bdk", "bitcoin", "secp256k1"]