From b0c019525e8ad83352062f323940e0ad42caf957 Mon Sep 17 00:00:00 2001 From: MedzikUser Date: Fri, 17 Jun 2022 14:18:29 +0200 Subject: [PATCH] chore: update manifest --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index c6435ac..fc63b7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,12 @@ members = ["plugin_test"] [package] name = "servers" +description = "Simple TCP server for clients written in Rust with plugins support" version = "0.1.0" +license = "MIT" +authors = ["MedzikUser "] +homepage = "https://github.com/MedzikUser/servers" +repository = "https://github.com/MedzikUser/servers.git" edition = "2021" [profile.release]