This repository has been archived on 2023-09-28. You can view files and clone it, but cannot push or open issues or pull requests.
mainpage/server/Cargo.toml

14 lines
278 B
TOML

[package]
name = "server"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "4"
actix-files = "0.6.2"
env_logger = "0.10"
log = "0.4"
anyhow = "1.0.75"
regex = "1.9.3"