build rework

This commit is contained in:
Robin Appelman 2023-04-09 16:32:30 +02:00
commit dc80d715a6
18 changed files with 1681 additions and 115 deletions

14
Cargo.lock generated
View file

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