summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 7 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f2a6576..2c3f171 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,8 +1,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"
-
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+description = "generate an \"ignore revs file\" for git blame"
+repository = "https://git.qyliss.net/git-girf/"
+license = "GPL-2.0-or-later"
 
 [dependencies]