summary refs log tree commit diff
path: root/Cargo.toml
blob: a2537ff9d75264b5ecaa65b527034548868910a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# SPDX-License-Identifier: CC0-1.0
# SPDX-FileCopyrightText: 2021 Alyssa Ross <hi@alyssa.is>

[package]
name = "git-girf"
version = "0.1.0"
authors = ["Alyssa Ross <hi@alyssa.is>"]
edition = "2018"
description = "generate an \"ignore revs file\" for git blame"
repository = "https://git.qyliss.net/git-girf/"
license = "GPL-2.0-or-later"

[dependencies]
git2 = { version = "0.13.20", default-features = false }
libc = "0.2.99"

[dev-dependencies]
tempdir = "0.3.7"