summary refs log tree commit diff
path: root/Cargo.toml
blob: bbdad3d46d457558cb0e3bec42d9f93bfdd3601e (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 = "EUPL-1.2"

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

[dev-dependencies]
tempdir = "0.3.7"