feat: allow requesting to register endpoints

This commit is contained in:
Jet Pham 2025-06-05 21:12:53 -07:00
parent 07dfe2d9bc
commit 5adf192e5d
No known key found for this signature in database
6 changed files with 178 additions and 44 deletions

View file

@ -5,13 +5,14 @@ edition = "2021"
[dependencies]
anyhow = "1.0"
tokio = { version = "1.0", features = ["full"] }
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 = "0.4"
futures = "0.3.31"
tracing-appender = "0.2.3"
chrono = { version = "0.4", features = ["serde"] }
futures = "0.3"
tracing-appender = "0.2"
axum = "0.7"