mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 10:14:13 +02:00
flake rework
This commit is contained in:
parent
93a015e163
commit
6010f814e9
8 changed files with 119 additions and 104 deletions
70
Cargo.lock
generated
70
Cargo.lock
generated
|
|
@ -880,6 +880,41 @@ dependencies = [
|
|||
"syn 2.0.39",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "demostf-frontend"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"async-session",
|
||||
"axum",
|
||||
"config",
|
||||
"const-fnv1a-hash",
|
||||
"const-str 0.5.4",
|
||||
"const_base",
|
||||
"demostf-build",
|
||||
"hyper",
|
||||
"hyperlocal",
|
||||
"include_dir",
|
||||
"itertools 0.12.0",
|
||||
"maud",
|
||||
"quick-xml",
|
||||
"rand",
|
||||
"reqwest",
|
||||
"sea-query",
|
||||
"sea-query-binder",
|
||||
"serde",
|
||||
"serde-env",
|
||||
"sqlx",
|
||||
"steam-openid",
|
||||
"steamid-ng",
|
||||
"thiserror",
|
||||
"time 0.3.20",
|
||||
"tokio",
|
||||
"toml 0.8.8",
|
||||
"tower-http",
|
||||
"tracing",
|
||||
"tracing-subscriber",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "der"
|
||||
version = "0.7.8"
|
||||
|
|
@ -1110,41 +1145,6 @@ dependencies = [
|
|||
"syn 1.0.109",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "frontend"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"async-session",
|
||||
"axum",
|
||||
"config",
|
||||
"const-fnv1a-hash",
|
||||
"const-str 0.5.4",
|
||||
"const_base",
|
||||
"demostf-build",
|
||||
"hyper",
|
||||
"hyperlocal",
|
||||
"include_dir",
|
||||
"itertools 0.12.0",
|
||||
"maud",
|
||||
"quick-xml",
|
||||
"rand",
|
||||
"reqwest",
|
||||
"sea-query",
|
||||
"sea-query-binder",
|
||||
"serde",
|
||||
"serde-env",
|
||||
"sqlx",
|
||||
"steam-openid",
|
||||
"steamid-ng",
|
||||
"thiserror",
|
||||
"time 0.3.20",
|
||||
"tokio",
|
||||
"toml 0.8.8",
|
||||
"tower-http",
|
||||
"tracing",
|
||||
"tracing-subscriber",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "futures-channel"
|
||||
version = "0.3.28"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue