···77axum = "0.8.9"
88genpdf = { version = "0.2.0", features = ["hyphenation"] }
99hyphenation = { version = "0.8.4", features = ["embed_en-us"] }
1010+rand = "0.10.1"
1011strum = "0.28.0"
1112strum_macros = "0.28.0"
1213tokio = { version = "1.52.1", features = ["rt-multi-thread"] }
+6
README.md
···2424- [ ] Port axum to run on [shuttle.dev](https://www.shuttle.dev/)
2525- [ ] Write a front-end page with a basic form that would open a new tab with the pdf requested on [my website](https://tangled.org/sevenpigeons.ca/sevenpigeons.ca)
26262727+## Questions
2828+2929+Questions are represented by a `struct` with it's subject, theme, and the text of the question.
3030+3131+To parse from string (and text file), first line is the Subject, second Theme, and everything afterwards the text of the question.
3232+2733## Fonts
28342935~I am not sure about distributing Roboto font for now, please add~