Added web ui with templates
This commit is contained in:
parent
d2cb5b3031
commit
90b02eef79
24 changed files with 1403 additions and 78 deletions
|
|
@ -10,7 +10,8 @@ serde = { workspace = true, features = ["derive"] }
|
|||
chrono = { workspace = true, features = ["serde"] }
|
||||
sqlx = { workspace = true, features = ["runtime-tokio", "sqlite", "chrono"]}
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
axum = { version = "0.6.20", features = ["macros", "headers"] }
|
||||
axum = { version = "0.6.20", features = ["macros", "headers", "form"] }
|
||||
hyper = "0.14.27"
|
||||
serde_json = "1"
|
||||
accounters = { path = ".." }
|
||||
tera = "1.19.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue