From 622310c685db1a8cab3ca174f599b9069a950e33 Mon Sep 17 00:00:00 2001 From: timvisee Date: Sun, 7 Nov 2021 18:15:18 +0100 Subject: [PATCH] Set up Cargo.toml --- Cargo.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index e0312b9..d17e7b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,21 @@ [package] name = "lazymc" version = "0.1.0" +authors = ["Tim Visee <3a4fb3964f@sinenomine.email>"] license = "GPL-3.0" +readme = "README.md" +# homepage = "https://timvisee.com/projects/lazymc" +repository = "https://gitlab.com/timvisee/lazymc" +description = "Put your Minecraft server to rest when idle." +keywords = ["minecraft", "server", "idle", "cli"] +categories = [ + "command-line-interface", + "games", +] +exclude = [ + "/.github", + "/contrib", +] edition = "2021" [dependencies]