From 30bfe4dc801fdfd3ab8d7a5e36bba67eee70d33b Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 7 Oct 2025 17:32:43 +0200 Subject: Split book exporting to own crate; move locale tool to server dir --- Cargo.lock | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 50cf378b..4e50c07b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -968,6 +968,21 @@ version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" +[[package]] +name = "hurrycurry-book-export" +version = "0.1.0" +dependencies = [ + "anyhow", + "clap", + "env_logger", + "hurrycurry-data", + "hurrycurry-locale", + "hurrycurry-protocol", + "log", + "markup", + "serde_json", +] + [[package]] name = "hurrycurry-bot" version = "2.3.5" @@ -1140,10 +1155,7 @@ dependencies = [ "hurrycurry-data", "hurrycurry-locale", "hurrycurry-protocol", - "hurrycurry-server", "log", - "markup", - "serde", "serde_json", ] -- cgit v1.3