binhost/Cargo.toml

15 lines
355 B
TOML
Raw Permalink Normal View History

[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"