aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 2c40820de260cabd2f580bd55be2da6bc7b88975 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "git-suggested-patch"
version = "0.0.1"
edition = "2018"

[dependencies]
github-rs = "0.7.0"
serde_json = "1.0.56"
thiserror = "1.0.20"