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