obsolute-paste/Cargo.toml
baalajimaestro e7a18f4b03
Handle paste dynamic fetch
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-12-11 19:16:24 +05:30

13 lines
349 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"] }