static-site-server-rs/Cargo.toml

18 lines
456 B
TOML
Raw Normal View History

[package]
name = "static-site-server-rs"
version = "0.1.0"
authors = ["Adler Neves <adlerosn@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
num_cpus = "^1.13.0"
threadpool = "^1.8.1"
http = "^0.2.1"
structure = "^0.1"
subprocess = "^0.2.4"
serde = { version = "^1.0.114", features = ["derive"] }
serde_yaml = "^0.8.13"
chrono = "^0.4.15"
mime_guess = "^2.0.3"