Add license, description and repository to Cargo.toml

Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
This commit is contained in:
Ivan Bushchik 2023-12-16 08:47:24 +03:00
parent 514718f05b
commit 5672a605bc
No known key found for this signature in database
GPG key ID: 2F16FBF3262E090C

View file

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