# SPDX-FileCopyrightText: 2023 Aravinth Manivannan # # SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: MIT [package] name = "actix-web" version = "0.1.0" authors = ["realaravinth "] 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"