Add tests

This commit is contained in:
Danielle Jenkins 2025-03-11 12:12:13 -07:00
parent 37e50029cb
commit dc4bb7f567
11 changed files with 417 additions and 1 deletions

View file

@ -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"] }