aboutsummaryrefslogtreecommitdiff
path: root/locale/tools/Cargo.toml
diff options
context:
space:
mode:
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"