[package] name = "hyaenidae-server" version = "0.1.0" authors = ["asonix "] 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-accounts = { version = "0.1.0", path = "../accounts" } hyaenidae-toolkit = { version = "0.1.0", path = "../toolkit" } mime = "0.3.16" minify-html = "0.3.9" sled = { version = "0.34.6", features = ["compression"] } thiserror = "1.0" [build-dependencies] ructe = { version = "0.13.0", features = ["mime03", "sass"] }