~skye/git/Cargo.toml
view raw
[package]
name = "badboy_git"
version = "0.1.0"
edition = "2021"
[dependencies]
chrono = "0.4.38"
clap = { version = "4.5.4", features = ["derive"] }
colored = "2.1.0"
git2 = "0.18.1"
html-escape = "0.2.13"
http = "1.1.0"
httpdate = "1.0.3"
lazy_static = "1.4.0"
pwhash = "1.0.0"
rand = "0.8.5"
regex = "1.10.4"
sqlite3 = "0.24.0"
toml = "0.8.13"
[dependencies.serde]
version = "1.0.195"
features = [ "derive" ]
[dependencies.axum]
version = "0.7.3"
[dependencies.axum-extra]
version = "0.9.1"
features = [ "cookie", "typed-header" ]
[dependencies.tokio]
version = "1.35.1"
features = [ "full" ]