summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 3765017b2486c3734deff6d74b1aa62d78bccf8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "git_service"
version = "0.1.0"
edition = "2021"

[dependencies]
git2 = "0.19.0"
home = "0.5.11"
pgp = "0.14.2"
serde = { version = "1.0.216", features = ["derive"] }
serde_json = "1.0.134"
tokio = { version = "1.42.0", features = ["full"] }
warp = "0.3.7"