summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-10-07 17:32:43 +0200
committermetamuffin <metamuffin@disroot.org>2025-10-07 17:32:43 +0200
commit30bfe4dc801fdfd3ab8d7a5e36bba67eee70d33b (patch)
tree59c6b9676e555f2264a1e8bd0f2b4f0fa7acd4e7 /Cargo.lock
parentf01b9bb2375e1dbaede262c6281dc3a3d068cbb1 (diff)
downloadhurrycurry-30bfe4dc801fdfd3ab8d7a5e36bba67eee70d33b.tar
hurrycurry-30bfe4dc801fdfd3ab8d7a5e36bba67eee70d33b.tar.bz2
hurrycurry-30bfe4dc801fdfd3ab8d7a5e36bba67eee70d33b.tar.zst
Split book exporting to own crate; move locale tool to server dir
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock18
1 files changed, 15 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 50cf378b..4e50c07b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -969,6 +969,21 @@ 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"
dependencies = [
@@ -1140,10 +1155,7 @@ dependencies = [
"hurrycurry-data",
"hurrycurry-locale",
"hurrycurry-protocol",
- "hurrycurry-server",
"log",
- "markup",
- "serde",
"serde_json",
]