added example

This commit is contained in:
Ultradesu
2026-07-10 15:10:03 +03:00
parent 057436adb6
commit a97f0a04b3
21 changed files with 4456 additions and 4 deletions
+16
View File
@@ -0,0 +1,16 @@
[package]
name = "artist-dht-cli"
version = "0.1.0"
description = "Interactive CLI for the artist-dht PoC"
edition.workspace = true
license.workspace = true
rust-version.workspace = true
[dependencies]
artist-dht = { path = "../../crates/artist-dht" }
federation-net = { workspace = true }
tokio = { workspace = true }
clap = { workspace = true }
tracing-subscriber = { workspace = true }
anyhow = { workspace = true }
rustyline = { workspace = true }