site/Cargo.toml

31 lines
642 B
TOML

[package]
name = "xesite"
version = "2.0.0"
authors = ["Christine Dodrill <me@christine.website>"]
edition = "2018"
build = "src/build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1"
chrono = "0.4"
comrak = "0.8"
envy = "0.4"
glob = "0.3"
log = "0"
mime = "0.3.0"
pretty_env_logger = "0"
rand = "0"
ructe = "0.11"
serde_dhall = "0.5.3"
serde = { version = "1", features = ["derive"] }
serde_yaml = "0.8"
thiserror = "1"
tokio = { version = "0.2", features = ["macros"] }
warp = "0.2"
[build-dependencies]
ructe = { version = "0.11", features = ["warp02"] }