This commit is contained in:
David Pedersen
2022-02-10 16:46:42 +01:00
parent 1e51ea9423
commit b42ccc8eda
4 changed files with 188 additions and 1 deletions
+3
View File
@@ -7,3 +7,6 @@ publish = false
[dependencies]
axum = { path = "../../axum" }
tokio = { version = "1.0", features = ["full"] }
axum-macros = { path = "../../axum-macros" }
serde = { version = "1.0", features = ["derive"] }