hyaenidae/toolkit-examples/Cargo.toml

20 lines
503 B
TOML
Raw Normal View History

2020-12-16 02:40:41 +00:00
[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 = "3.3.2"
anyhow = "1.0.35"
env_logger = "0.8.2"
hyaenidae-toolkit = { version = "0.1.0", path = "../toolkit" }
mime = "0.3.16"
2021-01-08 04:45:21 +00:00
minify-html = "0.4.0"
2020-12-16 02:40:41 +00:00
[build-dependencies]
ructe = { version = "0.13.0", features = ["mime03", "sass"] }