From 5672a605bc59169327947aff1f3bdaa28ea58167 Mon Sep 17 00:00:00 2001 From: Ivan Bushchik Date: Sat, 16 Dec 2023 08:47:24 +0300 Subject: [PATCH] Add license, description and repository to Cargo.toml Signed-off-by: Ivan Bushchik --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 608887b..11d7e37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,8 +2,9 @@ name = "binhost" version = "0.1.0" edition = "2021" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +license = "MIT" +repository = "https://github.com/ivabus/binhost" +description = "HTTP server to easily serve files" [dependencies] clap = { version = "4.4.11", features = ["derive"] }