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"] }