feat: add route and tests
This commit is contained in:
parent
122c38a0da
commit
57704def31
5 changed files with 155 additions and 14 deletions
|
|
@ -15,11 +15,11 @@ name = "learn_axum"
|
|||
[dependencies]
|
||||
tokio = { version = "1.32.0", features = ["full"] }
|
||||
hyper = { version = "0.14.27", features = ["full"] }
|
||||
# # Serde / json
|
||||
# serde = { version = "1.0", features = ["derive"] }
|
||||
# serde_json = "1"
|
||||
# Serde / json
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
# serde_with = "3"
|
||||
# # Axum
|
||||
# Axum
|
||||
axum = { version = "0.6.20" }
|
||||
# tower-http = { version = "0.4.4", features = ["fs"] }
|
||||
# tower-cookies = "0.9"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue