summary refs log tree commit diff
path: root/Cargo.toml
blob: 9e9e1c40b79f75157b3100069099703047eb756b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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 }