feat: Implement user management with a new add_user binary and refactor state handling into a dedicated store module.

This commit is contained in:
2025-12-04 00:17:28 +01:00
parent 6bdfb49d59
commit f49900adad
5 changed files with 120 additions and 54 deletions
+2
View File
@@ -2,6 +2,8 @@
name = "backend"
version = "0.1.0"
edition = "2024"
default-run = "backend"
[dependencies]
prost = "0.14.1"