bin/darkfid: Add Cargo.lock

This commit is contained in:
parazyd
2022-01-13 15:14:58 +01:00
parent ee5f94ad33
commit 59fd0833ae
2 changed files with 3393 additions and 24 deletions

3393
bin/darkfid/Cargo.lock generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -26,27 +26,3 @@ simplelog = "0.11.2"
# Encoding and parsing
serde_json = "1.0.74"
num-bigint = {version = "0.4.3", features = ["serde"]}
# serde = {version = "1.0.130", features = ["derive"]}
# url = "2.2.2"
# # Async
# async-std = "1.10.0"
# async-trait = "0.1.51"
# async-channel = "1.6.1"
# easy-parallel = "3.1.0"
# async-executor = "1.4.1"
# futures = "0.3.17"
# smol = "1.2.5"
# # Utilities
# clap = { version = "3.0.0", features = ["derive"] }
# log = "0.4.14"
# simplelog = "0.11.1"
# thiserror = "1.0.30"
# rand = "0.8.4"
# num_cpus = "1.13.0"
# lazy_static = "1.4.0"
# anyhow = "1.0.49"
# num-bigint = {version = "0.4.3", features = ["rand", "serde"]}