Reworked calendar form
Build and Publish / Build and Publish Docker Image (push) Successful in 2m17s

This commit is contained in:
Ultradesu
2026-05-18 17:07:43 +03:00
parent 90fd4f86f8
commit 43441ee430
6 changed files with 462 additions and 168 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "web-petting"
version = "0.1.9"
version = "0.1.10"
edition = "2024"
[dependencies]
@@ -17,3 +17,4 @@ futures = "0.3"
tokio = { version = "1", features = ["fs"] }
uuid = { version = "1", features = ["v4"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }