aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
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"