mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 18:24:12 +02:00
demo filtering
This commit is contained in:
parent
cb56c80555
commit
57d034159b
14 changed files with 402 additions and 35 deletions
|
|
@ -9,12 +9,14 @@ tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
|
|||
serde = { version = "1.0.159", features = ["derive"] }
|
||||
toml = "0.7.3"
|
||||
sqlx = { version = "0.6.3", features = ["postgres", "time", "runtime-tokio-rustls"] }
|
||||
sea-query = { version = "0.28.4", features = ["backend-postgres", "with-time", "derive"] }
|
||||
sea-query-binder = { version = "0.3.0", features = ["with-time", "sqlx-postgres"] }
|
||||
thiserror = "1.0.40"
|
||||
tokio = { version = "1.27.0", features = ["full"] }
|
||||
config = { version = "0.13.3", features = ["toml"] }
|
||||
time = "0.3.20"
|
||||
maud = { version = "0.24.0", git = "https://github.com/lambda-fairy/maud", rev = "7233cda35eed7bba91c9c55564d65498067c3822", features = ["axum"] }
|
||||
axum = { version = "0.6.12", features = ["headers"] }
|
||||
axum = { version = "0.6.12", features = ["headers", "macros"] }
|
||||
hyper = "0.14.25"
|
||||
hyperlocal = "0.8.0"
|
||||
tower-http = { version = "0.4.0", features = ["trace"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue