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

[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"] }