add table is better now
This commit is contained in:
@@ -6,6 +6,10 @@ edition = "2024"
|
||||
[dependencies]
|
||||
askama = "0.15.1"
|
||||
axum = "0.8"
|
||||
# `axum::Form` (serde_urlencoded) cannot decode repeated keys into a `Vec`, and
|
||||
# the table builder posts one set of fields per already-added column.
|
||||
axum-extra = { version = "0.10", features = ["form"] }
|
||||
rusty-money = "0.5.0"
|
||||
prost = "0.14.4"
|
||||
prost-types = "0.14.4"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
|
||||
Reference in New Issue
Block a user