summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: fcde0373982753e9ea8837d7e2619c2a3391b93b (plain)
1
2
3
4
5
6
7
8
[package]
name = "git-graph"
version = "0.1.0"
authors = ["tomsmeding <tom.smeding@gmail.com>"]
edition = "2018"

[dependencies]
git2 = "^0.10.0"