backend/Cargo.toml
2025-04-28 20:48:49 +02:00

9 lines
169 B
TOML

[package]
name = "backend"
version = "0.1.0"
edition = "2024"
[dependencies]
actix = "0.13"
actix-web = "4.10"
#tokio = { version = "1.44", features = ["full"] } maybe