From 60f8bc89d2fb182906fbedb4d4dc39d87af7d8e5 Mon Sep 17 00:00:00 2001 From: alyx Date: Wed, 9 Aug 2023 17:13:35 -0400 Subject: add GPLv3, update manifest --- Cargo.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') 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 "] +description = "A simple webserver for rendering a last.fm embed." +documentation = "https://git.aleteoryx.me/cgit/lfm_embed/about" [dependencies] dotenv = "0.15.0" -- cgit v1.2.3-54-g00ecf