added lightschedule to frontend

This commit is contained in:
2022-10-24 18:40:24 +02:00
parent a42025577e
commit 01a7c7b5ec
4 changed files with 169 additions and 108 deletions

View File

@ -14,6 +14,7 @@ serde = { version = "1", features = ['derive'] }
serde_json = "1"
anyhow = "*"
ron = "0.7.1"
chrono = { version = "0.4.20", features = ["serde"] }
[dependencies.css_typegen]
git = "https://github.com/hulthe/css_typegen.git"