mirror of
https://github.com/ivabus/binhost
synced 2024-11-22 07:55:05 +03:00
Add license, description and repository to Cargo.toml
Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
This commit is contained in:
parent
514718f05b
commit
5672a605bc
1 changed files with 3 additions and 2 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Reference in a new issue