obsolute-paste/Cargo.toml
baalajimaestro 8d755c01f7
Use rustls
Can statically link the binary if i have this in place

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-11-20 19:22:27 +05:30

12 lines
348 B
TOML

[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 = { version = "0.11",default-features = false, features = ["rustls-tls"] }