summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-07-25 15:14:39 +0000
committerLars Wirzenius <liw@liw.fi>2022-07-25 15:14:39 +0000
commitea43e72129693ce0dfd2d2bdc5243c2c992b3791 (patch)
treeb26af5216e8baa70fbf748e9f27450be135eef9c /Cargo.toml
parenta3e3f6b8056a6a9f985969b24253f30a934ca197 (diff)
parent0dc5ab67e011cc7fc531762e59c2cfd08c2991f1 (diff)
downloadriki-ea43e72129693ce0dfd2d2bdc5243c2c992b3791.tar.gz
Merge branch 'debian' into 'main'
chore: rudimentary Debian packaging See merge request larswirzenius/riki!26
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"