feat: restructure project, implement askama templating

This commit is contained in:
t.lettermann
2024-07-23 20:08:45 +02:00
parent b1cafda669
commit 83cee11e65
50 changed files with 536 additions and 572 deletions

View File

@ -1,6 +1,6 @@
[workspace]
members = [
"clego",
"tauri/src-tauri",
]
resolver = "2"
members = [
"crates/clego",
"crates/tauri"
]