libcachebust/examples/actix-web/Cargo.toml

26 lines
536 B
TOML
Raw Normal View History

2021-04-08 22:08:21 +05:30
[package]
2021-07-04 15:04:14 +05:30
name = "actix-web"
2021-04-08 22:08:21 +05:30
version = "0.1.0"
authors = ["realaravinth <realaravinth@batsense.net>"]
edition = "2018"
build = "build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2021-07-04 15:04:14 +05:30
cache-buster = { path = "../../"}
actix-web = "4.0.0-beta.8"
rust-embed = "5.9.0"
lazy_static = "1.4"
mime = "0.3.16"
pretty_env_logger = "0.4"
log = "0.4"
mime_guess = "2.0.3"
2021-04-08 22:08:21 +05:30
[build-dependencies]
2021-07-04 15:04:14 +05:30
cache-buster = { path = "../../"}
2021-04-08 22:08:21 +05:30
mime = "0.3.16"
2021-07-04 15:04:14 +05:30
[dev-dependencies]
actix-rt = "2"