mirror of
https://github.com/ivabus/binhost
synced 2024-11-22 07:55:05 +03:00
14 lines
355 B
TOML
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"
|