diff --git a/Cargo.lock b/Cargo.lock index 5257d3a..47955db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1493,6 +1493,7 @@ dependencies = [ [[package]] name = "federation-net" version = "0.1.0" +source = "git+https://gt.hexor.cy/ab/frid.git#8ee1db9cf89ea604c6b8a8c3fe089a714c1e321f" dependencies = [ "blake3", "data-encoding", @@ -3026,6 +3027,7 @@ dependencies = [ [[package]] name = "music-dht" version = "0.1.0" +source = "git+https://gt.hexor.cy/ab/frid.git#8ee1db9cf89ea604c6b8a8c3fe089a714c1e321f" dependencies = [ "async-trait", "blake3", diff --git a/Cargo.toml b/Cargo.toml index 6a6f546..622fb9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ image = { version = "0.25.10", default-features = false, features = ["jpeg", "pn lofty = "0.22" # P2P federation: library index in a shared DHT + audio streaming between # peers (same protocol as furumi-fd). -music-dht = { path = "../frid/crates/music-dht" } +music-dht = { git = "https://gt.hexor.cy/ab/frid.git" } ratatui = "0.30.1" rodio = { version = "0.22.2", default-features = false, features = ["playback", "mp3", "flac", "vorbis", "wav", "symphonia-aac", "symphonia-isomp4", "symphonia-alac"] } rusqlite = { version = "0.32", features = ["bundled", "functions"] }