git-social-server/Cargo.toml

16 lines
317 B
TOML

[package]
name = "git-social-server"
version = "0.1.0"
authors = ["Vladan Popovic <vladanovic@gmail.com>"]
edition = "2018"
[dependencies]
axum = "0.6.18"
chrono = { version = "*" }
tokio = { version = "1.28.1", features = ["tokio-macros"] }
[dependencies.git2]
version = "*"
default-features = false
features = []