Add tests
This commit is contained in:
parent
37e50029cb
commit
dc4bb7f567
11 changed files with 417 additions and 1 deletions
|
@ -23,6 +23,8 @@ tokio = { version = "1", features = ["full"] }
|
|||
reqwest = { version = "0.11", features = ["json"] }
|
||||
axum = { version = "0.8", features = ["macros"] }
|
||||
tokio-util = { version = "0.7", features = ["io", "codec"]}
|
||||
tower = "0.4"
|
||||
tower-service = "0.3"
|
||||
|
||||
# Serialization and data formats
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue