embed static assets and remove frontend workspace

This commit is contained in:
realaravinth
2021-04-09 17:40:40 +05:30
parent 4948f9885c
commit d3851ea38e
113 changed files with 92 additions and 10420 deletions

57
Cargo.lock generated
View File

@@ -19,7 +19,7 @@ dependencies = [
"parking_lot",
"pin-project 0.4.28",
"smallvec",
"tokio 0.2.25",
"tokio",
"tokio-util",
"trust-dns-proto",
"trust-dns-resolver",
@@ -37,7 +37,7 @@ dependencies = [
"futures-sink",
"log",
"pin-project 0.4.28",
"tokio 0.2.25",
"tokio",
"tokio-util",
]
@@ -176,7 +176,7 @@ dependencies = [
"futures-channel",
"futures-util",
"smallvec",
"tokio 0.2.25",
"tokio",
]
[[package]]
@@ -1135,20 +1135,6 @@ dependencies = [
"percent-encoding",
]
[[package]]
name = "frontend"
version = "0.1.0"
dependencies = [
"cache-buster",
"lazy_static",
"log",
"mime",
"pretty_env_logger",
"sailfish",
"sha2",
"tokio 1.4.0",
]
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
@@ -1372,7 +1358,7 @@ dependencies = [
"http",
"indexmap",
"slab",
"tokio 0.2.25",
"tokio",
"tokio-util",
"tracing",
"tracing-futures",
@@ -2718,7 +2704,7 @@ dependencies = [
"actix-rt",
"actix-threadpool",
"once_cell",
"tokio 0.2.25",
"tokio",
"tokio-rustls",
]
@@ -2987,22 +2973,10 @@ dependencies = [
"pin-project-lite 0.1.12",
"signal-hook-registry",
"slab",
"tokio-macros 0.2.6",
"tokio-macros",
"winapi 0.3.9",
]
[[package]]
name = "tokio"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "134af885d758d645f0f0505c9a8b3f9bf8a348fd822e112ab5248138348f1722"
dependencies = [
"autocfg",
"num_cpus",
"pin-project-lite 0.2.6",
"tokio-macros 1.1.0",
]
[[package]]
name = "tokio-macros"
version = "0.2.6"
@@ -3014,17 +2988,6 @@ dependencies = [
"syn",
]
[[package]]
name = "tokio-macros"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "caf7b11a536f46a809a8a9f0bb4237020f70ecbf115b842360afb127ea2fda57"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "tokio-rustls"
version = "0.14.1"
@@ -3033,7 +2996,7 @@ checksum = "e12831b255bcfa39dc0436b01e19fea231a37db570686c06ee72c423479f889a"
dependencies = [
"futures-core",
"rustls",
"tokio 0.2.25",
"tokio",
"webpki",
]
@@ -3049,7 +3012,7 @@ dependencies = [
"futures-sink",
"log",
"pin-project-lite 0.1.12",
"tokio 0.2.25",
"tokio",
]
[[package]]
@@ -3108,7 +3071,7 @@ dependencies = [
"rand 0.7.3",
"smallvec",
"thiserror",
"tokio 0.2.25",
"tokio",
"url",
]
@@ -3127,7 +3090,7 @@ dependencies = [
"resolv-conf",
"smallvec",
"thiserror",
"tokio 0.2.25",
"tokio",
"trust-dns-proto",
]