You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
283 B
TOML

[package]
name = "contact-rs"
version = "0.1.0"
edition = "2021"
[dependencies]
rocket = { version = "0.5.0", features = ["json"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1.0.114"
toml = "0.8.9"
governor = "0.6.3"
mail-send = "0.4.7"
mail-builder = "0.3.1"