registration

This commit is contained in:
Priec
2026-08-05 12:07:14 +02:00
parent 7f93865f7d
commit b69a7c09a3
12 changed files with 259 additions and 2 deletions

View File

@@ -10,6 +10,10 @@ axum = "0.8"
# the table builder posts one set of fields per already-added column.
axum-extra = { version = "0.10", features = ["form"] }
rusty-money = "0.5.0"
# The register form offers the same timezone and country suggestions the TUI
# client does, and reads them from the same two crates.
jiff = { version = "0.2.15", default-features = false, features = ["std", "tzdb-bundle-always"] }
isocountry = "0.3.2"
prost = "0.14.4"
prost-types = "0.14.4"
serde = { version = "1", features = ["derive"] }