2019-07-26 08:13:06 +00:00
|
|
|
[package]
|
|
|
|
name = "static-web"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Claus Matzinger <claus.matzinger+kb@gmail.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2020-04-25 11:56:51 +00:00
|
|
|
actix-web = "2"
|
2019-07-26 08:13:06 +00:00
|
|
|
env_logger = "0.6"
|
2020-04-25 11:56:51 +00:00
|
|
|
actix-files = "0"
|
|
|
|
actix-rt = "1"
|