fud, dht: move the dht out of fud

This commit is contained in:
epiphany
2025-05-04 15:21:35 +02:00
parent 413a6db8e3
commit 148181bd79
10 changed files with 380 additions and 331 deletions

View File

@@ -292,6 +292,11 @@ zkas = [
"darkfi-serial",
]
dht = [
"async-trait",
"num-bigint",
]
# Could not get this to work. Complains manifest-key is ignored.
#[target.'cfg(target_family = "unix")'.features]
#net = ["net-defaults", "p2p-unix"]