generated from lucien/actix-react-template
12 lines
173 B
TOML
12 lines
173 B
TOML
[package]
|
|
name = "back"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
actix-files = "0.6.6"
|
|
actix-web = "4"
|
|
sqlite = "0.36.1"
|
|
serde = "1.0.215"
|
|
serde_json = "1.0.133"
|
|
|