vanten-s.com/backend/Cargo.toml

11 lines
194 B
TOML
Raw Permalink Normal View History

2025-03-16 14:16:03 +01:00
[package]
name = "backend"
version = "0.1.0"
edition = "2021"
[dependencies]
actix-files = "0.6.6"
actix-web = "4.9.0"
env_logger = "0.11.6"
tokio = { version = "1.42.0", features = ["full"] }