working creation of profiles and tables for each profile

This commit is contained in:
filipriec
2025-03-01 19:08:52 +01:00
parent 87e465a36e
commit 4070348bee
3 changed files with 38 additions and 10 deletions

View File

@@ -17,6 +17,7 @@ tokio = { version = "1.43.0", features = ["full", "macros"] }
tonic = "0.12.3"
tonic-reflection = "0.12.3"
tracing = "0.1.41"
time = { version = "0.3.37", features = ["local-offset"] }
[lib]
name = "server"