summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2022-07-25 20:51:53 +0200
committerpennae <github@quasiparticle.net>2022-07-25 20:51:53 +0200
commit199874e56c62563fc28fbb69eb31d606a396b969 (patch)
tree0347289a8a63bdeb18bc48efa448b21ab7376e7a /Cargo.toml
parent38e3b847f5f3e1bd40fa6261c3b313f4bab7af85 (diff)
downloadminor-skulk-199874e56c62563fc28fbb69eb31d606a396b969.tar.gz
minor-skulk-199874e56c62563fc28fbb69eb31d606a396b969.tar.xz
minor-skulk-199874e56c62563fc28fbb69eb31d606a396b969.zip
improve the readme slightly, add license
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 239e1a0..3355184 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,8 +2,7 @@
name = "minor-skulk"
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-only"
[dependencies]
anyhow = "1.0"