10 lines
132 B
TOML
10 lines
132 B
TOML
[package]
|
|
name = "backend"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lints.rust]
|
|
unused_imports = "allow"
|
|
|
|
[dependencies]
|
|
actix-web = "4" |