libcachebust/examples/actix-web/Cargo.toml
Aravinth Manivannan 01544bc36e
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
feat: rename to libcachebust and init reuse
2023-10-16 23:35:41 +05:30

31 lines
687 B
TOML

# SPDX-FileCopyrightText: 2023 Aravinth Manivannan <realaravinth@batsense.net>
#
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
[package]
name = "actix-web"
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 = "../../"}
actix-web = "4.0.0-beta.8"
rust-embed = "6.2.0"
lazy_static = "1.4"
mime = "0.3.16"
pretty_env_logger = "0.4"
log = "0.4"
mime_guess = "2.0.3"
[build-dependencies]
libcachebust = { path = "../../"}
mime = "0.3.16"
[dev-dependencies]
actix-rt = "2"