WIP: Registration

This commit is contained in:
Daniel Lundin 2025-01-18 12:15:59 +01:00
parent 5ea8635a54
commit b459e6a3c1
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
13 changed files with 535 additions and 7 deletions

View file

@ -6,6 +6,7 @@ version.workspace = true
[dependencies]
anyhow.workspace = true
chrono.workspace = true
clap.workspace = true
futures.workspace = true
instrumentation = { path = "../instrumentation" }