test: search_id, search_id_non

feat:  routing
feat:  search id
This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-04-04 19:05:51 +03:00
parent 66cc09a323
commit 2ebb0b165d
9 changed files with 296 additions and 77 deletions

View file

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