mirror of
https://github.com/v0l/route96.git
synced 2025-06-16 00:08:10 +00:00
chore: remove all bins
This commit is contained in:
@ -5,7 +5,7 @@ edition = "2021"
|
||||
|
||||
[[bin]]
|
||||
name = "void_cat_migrate"
|
||||
required-features = ["bin-migrate"]
|
||||
required-features = ["bin-void-cat-migrate"]
|
||||
|
||||
[[bin]]
|
||||
name = "route96"
|
||||
@ -19,7 +19,7 @@ default = ["nip96", "blossom"]
|
||||
labels = ["nip96", "dep:candle-core", "dep:candle-nn", "dep:candle-transformers"]
|
||||
nip96 = ["dep:ffmpeg-sys-the-third", "dep:blurhash", "dep:libc"]
|
||||
blossom = []
|
||||
bin-migrate = ["dep:sqlx-postgres", "dep:clap", "dep:clap_derive"]
|
||||
bin-void-cat-migrate = ["dep:sqlx-postgres", "dep:clap", "dep:clap_derive"]
|
||||
|
||||
[dependencies]
|
||||
log = "0.4.21"
|
||||
|
Reference in New Issue
Block a user