Added timezone support
Build and Publish / Build and Publish Docker Image (push) Failing after 56s

This commit is contained in:
Ultradesu
2026-05-11 13:43:16 +01:00
parent 434ed7a376
commit 357a2ed423
8 changed files with 60 additions and 38 deletions
+2 -1
View File
@@ -1,11 +1,12 @@
[package]
name = "web-petting"
version = "0.1.3"
version = "0.1.4"
edition = "2024"
[dependencies]
cot = { version = "0.6.0", features = ["sqlite"] }
chrono = "0.4"
chrono-tz = "0.10"
serde = { version = "1", features = ["derive"] }
serde_html_form = "0.4"
password-auth = "1"