aboutsummaryrefslogtreecommitdiff
path: root/test/Cargo.toml
diff options
context:
space:
mode:
authorcopi143 <copi143@outlook.com>2026-01-17 04:02:47 +0800
committercopi143 <copi143@outlook.com>2026-01-17 04:02:47 +0800
commitc38d117b5803c65ad57a4c4704ee0d897d9fb3cb (patch)
tree006977b48229ab2ef282bce705fc4caf60160252 /test/Cargo.toml
init
Diffstat (limited to 'test/Cargo.toml')
-rw-r--r--test/Cargo.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/Cargo.toml b/test/Cargo.toml
new file mode 100644
index 0000000..0735f93
--- /dev/null
+++ b/test/Cargo.toml
@@ -0,0 +1,13 @@
+[package]
+name = "static-l10n-test"
+version = "0.0.1"
+edition = "2024"
+publish = false
+
+[package.metadata.static-l10n]
+path = "lang"
+base = "en"
+langs = ["en", "es", { name = "fr", fallback = "en" }, "zh-cn"]
+
+[dependencies]
+static-l10n = { path = "../derive" }