First commit of wedding-rsvp-rs

This commit includes a fully functional template and Rust backend. The
website is able to send e-mails, displays strings in multiple languages,
include attachments, and has basic protection again spam (IP based).
This commit is contained in:
2019-08-31 13:29:30 +02:00
parent b7140614ec
commit ba68a745e7
72 changed files with 10257 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
config.hjson
target
*.ics
Cargo.lock