aboutsummaryrefslogtreecommitdiff
path: root/server/locale-export/Cargo.toml
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 /server/locale-export/Cargo.toml
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 'server/locale-export/Cargo.toml')
-rw-r--r--server/locale-export/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/server/locale-export/Cargo.toml b/server/locale-export/Cargo.toml
new file mode 100644
index 00000000..89543937
--- /dev/null
+++ b/server/locale-export/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "localetool"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+clap = { version = "4.5.47", features = ["derive"] }
+anyhow = "1.0.99"
+serde_json = "1.0.145"