mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 18:24:12 +02:00
flake build
This commit is contained in:
parent
189788a1b6
commit
30edb6c71a
5 changed files with 449 additions and 6 deletions
|
|
@ -8,7 +8,7 @@ tracing = "0.1.37"
|
|||
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"] }
|
||||
sqlx = { version = "0.6.3", features = ["postgres", "time", "runtime-tokio-rustls", "offline"] }
|
||||
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue