feat: remove webhooks, prepping for simple flow
This commit is contained in:
parent
9bc01997d7
commit
e761320bc7
7 changed files with 936 additions and 557 deletions
|
|
@ -9,10 +9,6 @@ tokio = { version = "1.36", features = ["full"] }
|
|||
tracing = "0.1"
|
||||
tracing-subscriber = "0.3"
|
||||
rppal = "0.22"
|
||||
reqwest = { version = "0.12", features = ["json", "rustls-tls"], default-features=false}
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
futures = "0.3"
|
||||
tracing-appender = "0.2"
|
||||
axum = "0.7"
|
||||
serenity = { version = "0.12", features = ["standard_framework"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue