mirror of
https://github.com/ivabus/binhost
synced 2024-11-10 02:05:15 +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
|
@ -2,8 +2,9 @@
|
||||||
name = "binhost"
|
name = "binhost"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
license = "MIT"
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
repository = "https://github.com/ivabus/binhost"
|
||||||
|
description = "HTTP server to easily serve files"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = { version = "4.4.11", features = ["derive"] }
|
clap = { version = "4.4.11", features = ["derive"] }
|
||||||
|
|
Loading…
Reference in a new issue