summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 07bc8cb42b70240a43688461c04488918fa8476d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "git-absorb"
version = "0.1.0"
authors = ["tummychow <tummychow@users.noreply.github.com>"]

[dependencies]
git2 = "~0.6"
clap = "~2.30"
slog = "~2.1"
slog-term = "~2.3"
slog-async = "~2.2"
failure = "~0.1"
memchr = "~2.0"

[dev-dependencies]
tempdir = "~0.3"