Skip to content

Commit

Permalink
remove unused from cucumber
Browse files Browse the repository at this point in the history
  • Loading branch information
SWvheerden committed Jan 27, 2023
1 parent 18eb428 commit 36186e0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 180 deletions.
158 changes: 0 additions & 158 deletions Cargo.lock

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

22 changes: 0 additions & 22 deletions integration_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,47 +22,25 @@ tari_miner = { path = "../applications/tari_miner" }
tari_p2p = { path = "../base_layer/p2p" }
tari_script = { path = "../infrastructure/tari_script" }
tari_shutdown = { path = "../infrastructure/shutdown" }
tari_test_utils = { path = "../infrastructure/test_utils" }
tari_utilities = { git = "https://github.com/tari-project/tari_utilities.git", tag="v0.4.10"}
tari_wallet = { path = "../base_layer/wallet" }
tari_wallet_grpc_client = { path = "../clients/rust/wallet_grpc_client" }
tari_wallet_ffi = { path = "../base_layer/wallet_ffi" }

anyhow = "1.0.53"
async-trait = "0.1.50"
axum = "0.6.0"
axum-jrpc = { version = "0.3.2", features = ["anyhow_error"] }
bincode = "1.3.3"
blake2 = "0.9.2"
borsh = { version = "0.9.3", default-features = false }
bytes = "1"
chrono = "0.4.22"
clap = { version = "3.2.5", features = ["env"] }
config = "0.13.0"
csv = "1.1"
digest = "0.9.0"
diesel = { version = "1.4.8", default-features = false, features = ["sqlite"] }
futures = { version = "^0.3.1" }
include_dir = "0.7.2"
json5 = "0.2.2"
libc = "0.2.65"
libsqlite3-sys = { version = "0.22.2", features = ["bundled"] }
lmdb-zero = "0.4.4"
log = { version = "0.4.8", features = ["std"] }
log4rs = { version = "1.1.1", features = ["rolling_file_appender", "compound_policy", "size_trigger", "fixed_window_roller"] }
prost = "0.9"
rand = "0.7"
reqwest = "0.11.11"
serde = { version = "1.0.126", features = ["derive"] }
serde_json = "1.0.64"
thiserror = "^1.0.20"
time = "0.3.15"
tokio = { version = "1.10", features = ["macros", "time", "sync", "rt-multi-thread"] }
tokio-stream = { version = "0.1.7", features = ["sync"] }
tonic = "0.6.2"
tower = "0.4"
tower-http = { version = "0.3.0", features = ["cors"] }
tower-layer = "0.3"


[dev-dependencies]
Expand Down

0 comments on commit 36186e0

Please sign in to comment.