git-social-server/Cargo.toml

16 lines
317 B
TOML
Raw Normal View History

2020-06-23 01:05:31 +02:00
[package]
name = "git-social-server"
version = "0.1.0"
authors = ["Vladan Popovic <vladanovic@gmail.com>"]
edition = "2018"
[dependencies]
2023-05-18 01:53:40 +02:00
axum = "0.6.18"
2020-06-23 01:05:31 +02:00
chrono = { version = "*" }
2023-05-18 01:53:40 +02:00
tokio = { version = "1.28.1", features = ["tokio-macros"] }
2020-06-23 01:05:31 +02:00
[dependencies.git2]
version = "*"
default-features = false
features = []