test: ✅ search_id, search_id_non
feat: ✨ routing feat: ✨ search id
This commit is contained in:
parent
66cc09a323
commit
2ebb0b165d
9 changed files with 296 additions and 77 deletions
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
axum = "0.7.5"
|
||||
axum = { version = "0.7.5", features = ["macros"] }
|
||||
axum-server = { version = "0.6.0", features = ["tls-rustls"] }
|
||||
serde = { version = "1.0.197", features = ["derive"] }
|
||||
serde_json = "1.0.115"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue