petersilie-shop/Cargo.toml
RenovateBot 4b3f5c73b1
All checks were successful
Merge Build / build (pull_request) Successful in 10m26s
Update Rust crate env_logger to 0.11.1
2024-01-28 02:03:55 +01:00

13 lines
289 B
TOML

[package]
name = "petersilie_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 = { version = "4" }
actix-files = { version ="0.6.5" }
tera = "1.19.1"
env_logger = "0.11.1"