🏡 index : ~doyle/rgit.git

[package]
name = "rgit"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
askama = "0.11"
arc-swap = "1.5"
axum = "0.5"
clap = { version = "3.2", features = ["cargo"] }
futures = "0.3"
git2 = "0.14"
hex = "0.4"
humantime = "2.1"
md5 = "0.7"
moka = { version = "0.9", features = ["future"] }
path-clean = "0.1"
serde = { version = "1.0", features = ["derive"] }
time = "0.3"
tokio = { version = "1.19", features = ["full"] }
tower = "0.4"
tower-service = "0.3"
tower-layer = "0.3"
tracing = "0.1"
tracing-subscriber = "0.3"
uuid = { version = "1.1", features = ["v4"] }