fixed frid

This commit is contained in:
Ultradesu
2026-07-21 20:12:31 +03:00
parent 6c808aea5c
commit 0b2eaa1496
2 changed files with 3 additions and 1 deletions
Generated
+2
View File
@@ -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",
+1 -1
View File
@@ -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"] }