aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authoralyx <alyx@aleteoryx.me>2023-08-09 17:13:35 -0400
committeralyx <alyx@aleteoryx.me>2023-08-09 17:13:35 -0400
commit60f8bc89d2fb182906fbedb4d4dc39d87af7d8e5 (patch)
tree50369f00f75a537b47d38c10df3067b6a7c38e7d /Cargo.toml
parentab822e81f8e06fbdc274090fc0a3fb31ef7f7ed1 (diff)
downloadlfm_embed-60f8bc89d2fb182906fbedb4d4dc39d87af7d8e5.tar.gz
lfm_embed-60f8bc89d2fb182906fbedb4d4dc39d87af7d8e5.tar.bz2
lfm_embed-60f8bc89d2fb182906fbedb4d4dc39d87af7d8e5.zip
add GPLv3, update manifest
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 6 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 66b6eb4..ce0a0f1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,8 +2,12 @@
name = "lfm_embed"
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"
+repository = "https://git.aleteoryx.me/cgit/lfm_embed"
+readme = "README.md"
+authors = ["Aleteoryx <alyx@aleteoryx.me>"]
+description = "A simple webserver for rendering a last.fm embed."
+documentation = "https://git.aleteoryx.me/cgit/lfm_embed/about"
[dependencies]
dotenv = "0.15.0"