add table is better now

This commit is contained in:
Priec
2026-08-03 14:44:12 +02:00
parent c8afe99d79
commit 023f8c9dcb
11 changed files with 1799 additions and 212 deletions

View File

@@ -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"] }