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