mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 18:24:12 +02:00
build rework
This commit is contained in:
parent
fc5cd1d24f
commit
dc80d715a6
18 changed files with 1681 additions and 115 deletions
14
Cargo.lock
generated
14
Cargo.lock
generated
|
|
@ -627,6 +627,16 @@ dependencies = [
|
|||
"matches",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "demostf-build"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"base64 0.21.0",
|
||||
"const-fnv1a-hash",
|
||||
"lightningcss",
|
||||
"urlencoding",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "digest"
|
||||
version = "0.9.0"
|
||||
|
|
@ -790,15 +800,14 @@ version = "0.1.0"
|
|||
dependencies = [
|
||||
"async-session",
|
||||
"axum",
|
||||
"base64 0.21.0",
|
||||
"config",
|
||||
"const-fnv1a-hash",
|
||||
"const-str 0.5.4",
|
||||
"const_base",
|
||||
"demostf-build",
|
||||
"hyper",
|
||||
"hyperlocal",
|
||||
"itertools",
|
||||
"lightningcss",
|
||||
"maud",
|
||||
"quick-xml",
|
||||
"rand 0.8.5",
|
||||
|
|
@ -814,7 +823,6 @@ dependencies = [
|
|||
"tower-http",
|
||||
"tracing",
|
||||
"tracing-subscriber",
|
||||
"urlencoding",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue