mirror of
https://github.com/Qortal/piratewallet-light-cli.git
synced 2025-02-01 03:12:15 +00:00
cleanup dependencies
This commit is contained in:
parent
3740715844
commit
9b46c39ede
@ -7,7 +7,6 @@ edition = "2018"
|
|||||||
tower-grpc = { git = "https://github.com/tower-rs/tower-grpc" }
|
tower-grpc = { git = "https://github.com/tower-rs/tower-grpc" }
|
||||||
futures = "0.1"
|
futures = "0.1"
|
||||||
bytes = "0.4"
|
bytes = "0.4"
|
||||||
env_logger = { version = "0.5", default-features = false }
|
|
||||||
base58 = "0.1.0"
|
base58 = "0.1.0"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
dirs = "2.0.2"
|
dirs = "2.0.2"
|
||||||
@ -17,7 +16,6 @@ tokio = "0.1"
|
|||||||
tower-request-modifier = { git = "https://github.com/tower-rs/tower-http" }
|
tower-request-modifier = { git = "https://github.com/tower-rs/tower-http" }
|
||||||
tower-hyper = "0.1"
|
tower-hyper = "0.1"
|
||||||
hyper = "0.12"
|
hyper = "0.12"
|
||||||
tower-service = "0.2"
|
|
||||||
tower-util = "0.1"
|
tower-util = "0.1"
|
||||||
hex = "0.3"
|
hex = "0.3"
|
||||||
protobuf = "2"
|
protobuf = "2"
|
||||||
|
Loading…
Reference in New Issue
Block a user