summaryrefslogtreecommitdiff
path: root/server/Cargo.toml
blob: 83ea0d9a76a6c200009dc72c26ff4ea6d5e061c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "m6-ie-2022"
version = "0.1.0"
edition = "2021"
author = "Santo Cariotti <santo@dcariotti.me>"

[dependencies]
axum = { version = "0.5.15", features = ["headers"] }
jsonwebtoken = "8.1"
once_cell = "1.13"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.20", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
tower-http = { version = "0.3.4", features = ["trace", "compression-br", "propagate-header", "sensitive-headers"] }
sqlx = { version = "0.6", features = [ "runtime-tokio-rustls", "postgres" ] }
sha256 = "1.0.3"