mirror of
https://github.com/v0l/route96.git
synced 2025-06-16 00:08:10 +00:00
refactor: drop webhook system
This commit is contained in:
@ -47,7 +47,6 @@ sha2 = "0.10.8"
|
||||
sqlx = { version = "0.8.1", features = ["mysql", "runtime-tokio", "chrono", "uuid"] }
|
||||
config = { version = "0.14.0", features = ["yaml"] }
|
||||
chrono = { version = "0.4.38", features = ["serde"] }
|
||||
url = "2.5.0"
|
||||
serde_with = { version = "3.8.1", features = ["hex"] }
|
||||
reqwest = { version = "0.12.8", features = ["stream"] }
|
||||
clap = { version = "4.5.18", features = ["derive"] }
|
||||
@ -63,7 +62,4 @@ candle-transformers = { git = "https://git.v0l.io/huggingface/candle.git", tag =
|
||||
sqlx-postgres = { version = "0.8.2", optional = true, features = ["chrono", "uuid"] }
|
||||
http-range-header = { version = "0.4.2", optional = true }
|
||||
nostr-cursor = { git = "https://git.v0l.io/Kieran/nostr_backup_proc.git", branch = "main", optional = true }
|
||||
regex = { version = "1.11.1", optional = true }
|
||||
rand = "0.8.5"
|
||||
|
||||
|
||||
regex = { version = "1.11.1", optional = true }
|
Reference in New Issue
Block a user