summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-07-25 17:43:36 +0300
committerLars Wirzenius <liw@liw.fi>2022-07-25 18:11:57 +0300
commit61b7ec5da063a18a78ee3088af2ab45dc47fa7f1 (patch)
treedcce1f96533e9a8fa58ffcbb453b3715f3aeead3 /Cargo.toml
parenta3e3f6b8056a6a9f985969b24253f30a934ca197 (diff)
downloadriki-61b7ec5da063a18a78ee3088af2ab45dc47fa7f1.tar.gz
chore: rudimentary Debian packaging
Sponsored-by: author
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 47a6f04..5346b03 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,8 +2,7 @@
name = "riki"
version = "0.1.0"
edition = "2021"
-
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+license = "GPL-3.0-or-later"
[dependencies]
anyhow = "1.0.52"