server: rename crate and binary to letterbox-server

This commit is contained in:
2024-12-20 09:05:35 -08:00
parent aa9a243894
commit b7dcb2e875
3 changed files with 51 additions and 51 deletions

82
Cargo.lock generated
View File

@@ -2863,6 +2863,47 @@ dependencies = [
"web-sys",
]
[[package]]
name = "letterbox-server"
version = "0.0.77"
dependencies = [
"ammonia",
"anyhow",
"async-graphql",
"async-graphql-rocket",
"async-trait",
"build-info",
"build-info-build",
"cacher",
"chrono",
"clap",
"css-inline",
"html-escape",
"linkify",
"log",
"lol_html",
"mailparse",
"maplit",
"memmap",
"notmuch",
"opentelemetry",
"reqwest 0.12.9",
"rocket",
"rocket_cors",
"scraper",
"serde",
"serde_json",
"shared",
"sqlx",
"tantivy",
"thiserror 1.0.69",
"tokio 1.42.0",
"tracing",
"url",
"urlencoding",
"xtracing",
]
[[package]]
name = "levenshtein_automata"
version = "0.2.1"
@@ -5137,47 +5178,6 @@ dependencies = [
"serde",
]
[[package]]
name = "server"
version = "0.0.77"
dependencies = [
"ammonia",
"anyhow",
"async-graphql",
"async-graphql-rocket",
"async-trait",
"build-info",
"build-info-build",
"cacher",
"chrono",
"clap",
"css-inline",
"html-escape",
"linkify",
"log",
"lol_html",
"mailparse",
"maplit",
"memmap",
"notmuch",
"opentelemetry",
"reqwest 0.12.9",
"rocket",
"rocket_cors",
"scraper",
"serde",
"serde_json",
"shared",
"sqlx",
"tantivy",
"thiserror 1.0.69",
"tokio 1.42.0",
"tracing",
"url",
"urlencoding",
"xtracing",
]
[[package]]
name = "servo_arc"
version = "0.1.1"