baalajimaestro
8d755c01f7
Can statically link the binary if i have this in place Signed-off-by: baalajimaestro <me@baalajimaestro.me>
12 lines
348 B
TOML
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"] }
|