From 7ad0d8f9c71093d62c3785b16c3d177a426215b9 Mon Sep 17 00:00:00 2001 From: Mathis Brossier Date: Sat, 19 Oct 2024 21:05:18 +0200 Subject: [PATCH] prepare for publication to crates.io --- server/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server/Cargo.toml b/server/Cargo.toml index e3807ec..f436567 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -4,6 +4,9 @@ description = "Teeworlds Web Editor Server" authors = ["Mathis Brossier "] version = "0.1.0" edition = "2021" +license = "AGPL-3.0-only" +repository = "https://github.com/k2d222/twwe" +keywords = ["teeworlds", "ddnet", "twwe"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html