Skip to content

Commit

Permalink
remove unused dependencies from jcli
Browse files Browse the repository at this point in the history
  • Loading branch information
filip-dulic-bloxico committed Apr 13, 2021
1 parent be60ecb commit b5235e9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 66 deletions.
28 changes: 0 additions & 28 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 0 additions & 38 deletions jcli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,46 +12,8 @@ Midgard Serpent
edition = "2018"

[dependencies]
rand = "0.8"
rand_chacha = "0.3"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0.59"
serde_yaml = "0.8"
bincode = "1.3.3"
mime = "^0.3.7"
structopt = "^0.3"
bech32 = "0.7"
hex = "0.4.2"
rayon = "1.5"
base64 = "0.13.0"
chain-core = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
chain-crypto = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
chain-time = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master" }
chain-vote = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = ["p256k1"] }
jcli-lib = { path = "../jcli-lib" }
jormungandr-lib = { path = "../jormungandr-lib" }
gtmpl = "0.6.0"
valico = "3.5.0"
ed25519-bip32 = "0.3"
thiserror = "1.0"
bytes = "1.0"

[dependencies.clap]
version = "2.33"
default-features = false
features = [ "suggestions", "color", "wrap_help" ]

[dependencies.reqwest]
version = "0.11"
default-features = false
features = ["blocking", "rustls-tls", "json"]

[dev-dependencies]
assert_fs = "1.0"
predicates = "1.0"

[build-dependencies]
versionisator = "1.0.2"
Expand Down

0 comments on commit b5235e9

Please sign in to comment.