remove snafu

This commit is contained in:
glyph 2021-11-25 09:56:10 +02:00
parent 91180ed1fe
commit f17ae95b21
1 changed files with 0 additions and 4 deletions

View File

@ -4,8 +4,6 @@ version = "1.2.15"
authors = ["Andrew Reid <gnomad@cryptolab.net>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = "0.4"
jsonrpc-client-core = "0.5"
@ -13,11 +11,9 @@ jsonrpc-client-http = "0.5"
jsonrpc-core = "8.0.1"
serde = { version = "1.0", features = ["derive"] }
rust-crypto = "0.2.36"
serde_derive = "1.0"
serde_json = "1.0"
serde_yaml = "0.8"
env_logger = "0.6"
snafu = "0.6"
regex = "1"
chrono = "0.4.19"
rand="0.8.4"