aboutsummaryrefslogtreecommitdiffstats
path: root/server/Cargo.toml
blob: edb76d809f26d93746023a1cbb1f182b4c1e19fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "server"
version = "0.1.0"
edition = "2021"

[dependencies]
aws-config = { version = "1.1.2" }
aws-sdk-s3 = "1.12.0"
axum = "0.7"
base64 = "0.21"
chrono = { version = "0.4", features = ["serde"] }
common = { path = "../common" }
mime = "0.3"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1.35", features = ["full"] }
tokio-util = "0.7"
tower = "0.4"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }