feat: BUD-05

This commit is contained in:
2024-10-15 10:47:36 +01:00
parent 9ccbace175
commit a580ceac44
20 changed files with 482 additions and 282 deletions

View File

@ -18,14 +18,14 @@ name = "route96"
default = ["nip96", "blossom", "analytics"]
labels = ["nip96", "dep:candle-core", "dep:candle-nn", "dep:candle-transformers"]
nip96 = ["dep:ffmpeg-sys-the-third", "dep:blurhash", "dep:libc"]
blossom = []
blossom = ["dep:ffmpeg-sys-the-third", "dep:libc"]
bin-void-cat-migrate = ["dep:sqlx-postgres", "dep:clap", "dep:clap_derive"]
torrent-v2 = []
analytics = []
[dependencies]
log = "0.4.21"
nostr = "0.34.1"
nostr = "0.35.0"
pretty_env_logger = "0.5.0"
rocket = { version = "0.5.0", features = ["json"] }
tokio = { version = "1.37.0", features = ["rt", "rt-multi-thread", "macros"] }