libcachebust/examples/actix-web/Cargo.toml

31 lines
687 B
TOML
Raw Normal View History

# SPDX-FileCopyrightText: 2023 Aravinth Manivannan <realaravinth@batsense.net>
#
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
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]
libcachebust = { path = "../../"}
2021-07-04 15:04:14 +05:30
actix-web = "4.0.0-beta.8"
2021-11-18 17:15:35 +05:30
rust-embed = "6.2.0"
2021-07-04 15:04:14 +05:30
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]
libcachebust = { 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"