feat(contact-me): added webhook integration into contact me

This commit is contained in:
2025-05-12 17:22:18 -06:00
parent 4f5eff6cdb
commit 3fa74f8fd0
4 changed files with 423 additions and 74 deletions

View File

@ -5,9 +5,10 @@ authors = ["darkicewolf50 <brock.tomlinson@ucalgary.ca>"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dioxus = { version = "0.6.0", features = ["router"] }
reqwest = { version = "0.12.15", features = ["json"] }
serde_json = "1"
[features]
default = ["web"]