aboutsummaryrefslogtreecommitdiff
path: root/locale/tools/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-09-03 17:33:23 +0200
committermetamuffin <metamuffin@disroot.org>2024-09-03 17:33:23 +0200
commitc347dd1d16659c7068f34d8b7dfd688dc20ab2a7 (patch)
tree2d0b55bf23f2effcd91a22eb78dbc6dd845c65a4 /locale/tools/Cargo.toml
parentacc48f21b22c12ecc3b2dbb19e817e147f3f2dff (diff)
downloadhurrycurry-c347dd1d16659c7068f34d8b7dfd688dc20ab2a7.tar
hurrycurry-c347dd1d16659c7068f34d8b7dfd688dc20ab2a7.tar.bz2
hurrycurry-c347dd1d16659c7068f34d8b7dfd688dc20ab2a7.tar.zst
message ids for most current strings
Diffstat (limited to 'locale/tools/Cargo.toml')
-rw-r--r--locale/tools/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/locale/tools/Cargo.toml b/locale/tools/Cargo.toml
new file mode 100644
index 00000000..e8084b23
--- /dev/null
+++ b/locale/tools/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "localetool"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+clap = { version = "4.5.16", features = ["derive"] }
+anyhow = "1.0.86"
+serde_json = "1.0.127"