[package] name = "yopa-web" version = "0.1.0" authors = ["Ondřej Hruška "] edition = "2018" build = "build.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] log = "0.4.14" simple-logging = "2.0.2" actix-web = "3" parking_lot = "0.11.1" include_dir = "0.6.0" tera = "1.6.1" actix-web-static-files = "3.0" lazy_static = "1.4.0" [build-dependencies] actix-web-static-files = "3.0"