Rocket server serving Yew Website
parents
No related branches found
No related tags found
Showing
- .gitignore 5 additions, 0 deletions.gitignore
- Cargo.lock 0 additions, 0 deletionsCargo.lock
- Cargo.toml 33 additions, 0 deletionsCargo.toml
- Rocket.toml 27 additions, 0 deletionsRocket.toml
- chore_excuse.html 54 additions, 0 deletionschore_excuse.html
- data.json 21 additions, 0 deletionsdata.json
- email_example.html 54 additions, 0 deletionsemail_example.html
- email_sauber_polizei.html 61 additions, 0 deletionsemail_sauber_polizei.html
- private/pending.json 347 additions, 0 deletionsprivate/pending.json
- revolut_email_example.html 137 additions, 0 deletionsrevolut_email_example.html
- src/main.rs 0 additions, 0 deletionssrc/main.rs
- src/notificationservice.rs 0 additions, 0 deletionssrc/notificationservice.rs
- src/private/pending.json 0 additions, 0 deletionssrc/private/pending.json
- static/Haushaltsplan0_1-a57660e7fe73f62d.js 0 additions, 0 deletionsstatic/Haushaltsplan0_1-a57660e7fe73f62d.js
- static/Haushaltsplan0_1-a57660e7fe73f62d_bg.wasm 0 additions, 0 deletionsstatic/Haushaltsplan0_1-a57660e7fe73f62d_bg.wasm
- static/Haushaltsserver.png 0 additions, 0 deletionsstatic/Haushaltsserver.png
- static/Haushaltsserver_old.png 0 additions, 0 deletionsstatic/Haushaltsserver_old.png
- static/example.json 0 additions, 0 deletionsstatic/example.json
- static/index.html 12 additions, 0 deletionsstatic/index.html
- static/style-3e72bfed36b0fe1d.css 0 additions, 0 deletionsstatic/style-3e72bfed36b0fe1d.css
.gitignore
0 → 100644
Cargo.lock
0 → 100644
This diff is collapsed.
Cargo.toml
0 → 100644
[package] | ||
name = "haushalts_server" | ||
version = "0.1.0" | ||
edition = "2021" | ||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
[dependencies] | ||
rocket = { version = "0.5.0-rc.2", features = ["secrets", "json"] } | ||
#rocket_contrib = "0.4.11" | ||
serde = { version = "1.0.152", features = ["derive"] } | ||
serde_json = "1.0.91" | ||
tokio = "1.23.0" | ||
sqlx = { version = "0.5.7", features = ["runtime-async-std-native-tls", "postgres", "uuid", "chrono", "json"] } | ||
rand = "0.8.5" | ||
lettre_email = "0.9.4" | ||
imap = "2.4.1" | ||
native-tls = "0.2.11" | ||
lettre = { version = "0.10.0-beta.2", default-features = false, features = ["smtp-transport", "tokio1-rustls-tls", "hostname", "builder"] } | ||
tracing-subscriber = "0.3.16" | ||
tera = "1.18.1" | ||
chrono = "0.4.24" | ||
[dependencies.rocket_auth] | ||
version = "0.4.0" | ||
features = ["sqlx-sqlite"] | ||
[dependencies.rocket_dyn_templates] | ||
version = "0.1.0-rc.2" | ||
features = ["handlebars", "tera"] |
Rocket.toml
0 → 100644
chore_excuse.html
0 → 100644
data.json
0 → 100644
email_example.html
0 → 100644
email_sauber_polizei.html
0 → 100644
private/pending.json
0 → 100644
revolut_email_example.html
0 → 100644
src/main.rs
0 → 100644
This diff is collapsed.
src/notificationservice.rs
0 → 100644
This diff is collapsed.
src/private/pending.json
0 → 100644
This diff is collapsed.
static/Haushaltsplan0_1-a57660e7fe73f62d.js
0 → 100644
This diff is collapsed.
File added
static/Haushaltsserver.png
0 → 100644
38.8 KiB
static/Haushaltsserver_old.png
0 → 100644
377 KiB
static/example.json
0 → 100644
This diff is collapsed.
static/index.html
0 → 100644
static/style-3e72bfed36b0fe1d.css
0 → 100644
This diff is collapsed.