invite-gen/Cargo.toml

12 lines
266 B
TOML
Raw Permalink Normal View History

2024-04-21 07:06:58 +02:00
[package]
name = "invite-maker"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
askama = "0.12.1"
tokio = { version = "1.37.0", features = ["full"] }
warp = "0.3.7"