hyaenidae/toolkit-examples/Cargo.toml
2021-04-02 12:07:19 -05:00

20 lines
510 B
TOML

[package]
name = "hyaenidae-toolkit-examples"
version = "0.1.0"
authors = ["asonix <asonix@asonix.dog>"]
edition = "2018"
build = "src/build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "4.0.0-beta.5"
anyhow = "1.0.35"
env_logger = "0.8.2"
hyaenidae-toolkit = { version = "0.1.0", path = "../toolkit" }
mime = "0.3.16"
minify-html = "0.4.0"
[build-dependencies]
ructe = { version = "0.13.0", features = ["mime03", "sass"] }