feat: new dependencies

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-11-20 00:16:31 +03:00
parent 8900dbd6a0
commit ecc8781a4d

View file

@ -4,3 +4,8 @@ version = "0.1.0"
edition = "2021"
[dependencies]
axum = "0.7.7"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
tokio = { version = "1.40.0", features = ["full"] }
tower-http = "0.6.1"