binhost/Cargo.toml
Ivan Bushchik 5672a605bc
Add license, description and repository to Cargo.toml
Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
2023-12-16 08:53:31 +03:00

14 lines
355 B
TOML

[package]
name = "binhost"
version = "0.1.0"
edition = "2021"
license = "MIT"
repository = "https://github.com/ivabus/binhost"
description = "HTTP server to easily serve files"
[dependencies]
clap = { version = "4.4.11", features = ["derive"] }
rocket = "0.5.0"
serde = { version = "1.0.193", features = ["derive"] }
once_cell = "1.19.0"
sha2 = "0.10.8"