Error refactor for peach-lib #38

Merged
glyph merged 8 commits from lib_error_refactor into main 2021-12-07 08:00:52 +00:00
1 changed files with 0 additions and 4 deletions
Showing only changes of commit f17ae95b21 - Show all commits

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"