git-social-server/Cargo.toml

14 lines
241 B
TOML

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