add base templates, settings routes and auth routes

This commit is contained in:
2022-03-17 11:01:36 +02:00
parent 7c98cfcd5d
commit 8455e8089c
27 changed files with 1219 additions and 67 deletions

View File

@ -35,9 +35,11 @@ travis-ci = { repository = "peachcloud/peach-web", branch = "master" }
maintenance = { status = "actively-developed" }
[dependencies]
async-std = "1.10"
base64 = "0.13.0"
dirs = "4.0.0"
env_logger = "0.8"
futures = "0.3"
golgi = { path = "/home/glyph/Projects/playground/rust/golgi" }
lazy_static = "1.4.0"
log = "0.4"