obsolute-paste/Cargo.toml

13 lines
282 B
TOML
Raw Normal View History

[package]
name = "actix-backend"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "4"
tera = "1.17.1"
serde = { version = "1.0", features = ["derive"] }
reqwest = "0.11"