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

[dependencies]
github-rs = "0.7.0"
serde = { version = "1.0.114", features = ["derive"] }
serde_json = "1.0.56"
thiserror = "1.0.20"