static-site-server-rs/Cargo.toml

17 lines
403 B
TOML
Raw Normal View History

[package]
name = "static-site-server-rs"
version = "0.1.0"
authors = ["Adler Neves <adlerosn@gmail.com>"]
edition = "2018"
2020-08-30 10:51:40 +00:00
license = "MIT OR Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
threadpool = "^1"
http = "^0.2"
serde = { version = "^1", features = ["derive"] }
serde_yaml = "^0.9"
chrono = "^0.4"
mime_guess = "^2"