feat: download package

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-11-20 00:16:31 +03:00
parent 1ebdf8be7d
commit 9c64df93fd
9 changed files with 168 additions and 127 deletions

View file

@ -5,9 +5,11 @@ edition = "2021"
[dependencies]
axum = "0.7.7"
futures = "0.3.31"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
sha3 = "0.10.8"
surrealdb = "2.0.4"
tokio = { version = "1.40.0", features = ["full"] }
tokio-util = { version = "0.7.12", features = ["io"] }
tower-http = { version = "0.6.1", features = ["cors"] }