feat: allow requesting to register endpoints
This commit is contained in:
parent
07dfe2d9bc
commit
5adf192e5d
6 changed files with 178 additions and 44 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue