aboutsummaryrefslogtreecommitdiffstats
path: root/gitolfs3-server/Cargo.toml
blob: 04edeeac4bb59b1901be4ac476abfc2a430ede76 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "gitolfs3-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"] }
gitolfs3-common = { path = "../gitolfs3-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"] }