social-network/backend/Cargo.toml
2024-12-08 18:45:23 +03:00

10 lines
132 B
TOML

[package]
name = "backend"
version = "0.1.0"
edition = "2021"
[lints.rust]
unused_imports = "allow"
[dependencies]
actix-web = "4"