aboutsummaryrefslogtreecommitdiffstats
path: root/github-suggestion-cli/Cargo.toml
blob: 0d07b7b2c0cccef7f78473740018c9cffd4ffb35 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "github-suggestion-cli"
version = "0.0.1"
edition = "2018"

[dependencies]
git2 = "0.13.8"
thiserror = "1.0.20"
url = "2.1.1"