add tests

This commit is contained in:
gengteng
2023-09-28 23:46:22 +08:00
parent a35d52ee20
commit 9b28922201
3 changed files with 29 additions and 5 deletions

View File

@@ -49,7 +49,7 @@ optional = true
[dev-dependencies]
anyhow = "1.0.72"
axum = { version = "0.6.20" }
axum = { version = "0.6.20", features = ["macros"] }
tokio = { version = "1.29.1", features = ["full"] }
hyper = { version = "0.14.27", features = ["full"] }
reqwest = { version = "0.11.18", features = ["json", "multipart"] }