registration
This commit is contained in:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user