vanten-s.com/backend/Cargo.toml
vanten-s f12e1ffc8f
Some checks failed
/ build (push) Failing after 24s
Waow :3
2025-03-16 14:16:03 +01:00

11 lines
194 B
TOML

[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"] }