static-site-server-rs/Cargo.toml

17 lines
425 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.8.1"
2023-06-19 20:49:07 +00:00
http = "^0.2.9"
serde = { version = "^1.0.163", features = ["derive"] }
serde_yaml = "^0.9.21"
chrono = "^0.4.24"
mime_guess = "^2.0.4"