petersilie-shop/Cargo.toml
RenovateBot 548931b291
All checks were successful
Merge Build / build (pull_request) Successful in 9m59s
Update Rust crate env_logger to 0.11.2
2024-02-14 02:03:37 +00: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.2"