Extend DHT scheme with content_id

This commit is contained in:
Ultradesu
2026-07-20 18:05:16 +03:00
parent 4381750c6e
commit 4b7756c36e
4 changed files with 101 additions and 30 deletions
+1
View File
@@ -16,6 +16,7 @@ reqwest = { version = "0.12", default-features = false, features = ["rustls-tls"
tokio = { version = "1", features = ["sync", "fs", "io-util"] }
tower = "0.5"
base64 = "0.22"
blake3 = "1"
serde_json = "1"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }