client server api

This commit is contained in:
JMARyA 2025-04-30 16:28:48 +02:00
parent 164c71ddfe
commit 6e31b95417
6 changed files with 89 additions and 7 deletions

View file

@ -36,3 +36,4 @@ ureq = { version = "3.0.11", features = ["json"] }
rumqttc = { version = "0.24.0", features = ["url", "websocket"] }
sage = { git = "https://git.hydrar.de/jmarya/sage" }
dashmap = "6.1.0"
ulid = { version = "1.2.1", features = ["serde"] }