Restructure the code to be more readable and better organized

Moreover, the overall navigation structure is finished but database handling is still missing
Also there still needs to be proper styling for all the html files and proper organization
This commit is contained in:
2021-09-01 21:13:26 +02:00
parent 96260d18ce
commit a4372c6872
7 changed files with 163 additions and 51 deletions

10
Cargo.lock generated
View File

@@ -997,6 +997,7 @@ dependencies = [
"actix-web",
"reqwest",
"tera",
"uuid",
]
[[package]]
@@ -2404,6 +2405,15 @@ dependencies = [
"percent-encoding",
]
[[package]]
name = "uuid"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
dependencies = [
"getrandom 0.2.3",
]
[[package]]
name = "vcpkg"
version = "0.2.15"