mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-10 07:08:05 -05:00
dchat: Remove stray lines in Cargo.toml
This commit is contained in:
@@ -9,9 +9,6 @@ license = "AGPL-3.0-only"
|
||||
edition = "2021"
|
||||
|
||||
# ANCHOR: dependencies
|
||||
async-trait = "0.1.74"
|
||||
log = "0.4.20"
|
||||
url = "2.5.0"
|
||||
[dependencies]
|
||||
# ANCHOR: darkfi
|
||||
darkfi = {path = "../../../", features = ["net", "toml", "system", "async-daemonize", "rpc"]}
|
||||
@@ -23,15 +20,15 @@ easy-parallel = "3.3.1"
|
||||
signal-hook-async-std = "0.2.2"
|
||||
signal-hook = "0.3.17"
|
||||
simplelog = "0.12.1"
|
||||
smol = "1.3.0"
|
||||
smol = "2.0.0"
|
||||
|
||||
# arg parsing
|
||||
serde = {version = "1.0.192", features = ["derive"]}
|
||||
serde = {version = "1.0.195", features = ["derive"]}
|
||||
structopt = "0.3.26"
|
||||
structopt-toml = "0.5.1"
|
||||
|
||||
# misc
|
||||
async-trait = "0.1.74"
|
||||
async-trait = "0.1.77"
|
||||
log = "0.4.20"
|
||||
url = "2.4.1"
|
||||
url = "2.5.0"
|
||||
# ANCHOR_END: dependencies
|
||||
|
||||
Reference in New Issue
Block a user