aboutsummaryrefslogtreecommitdiff
path: root/shakehand/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-06-17 00:14:14 +0800
committer魏曹先生 <1992414357@qq.com>2026-06-17 00:38:17 +0800
commit83d91396bc84a0a35b5b676ab8c2518678a1dd3f (patch)
treec3cca7c0faa6b4750993379ff9d6fee3d866ee82 /shakehand/Cargo.toml
Restructure workspace into subcrates0.1.0
Diffstat (limited to 'shakehand/Cargo.toml')
-rw-r--r--shakehand/Cargo.toml20
1 files changed, 20 insertions, 0 deletions
diff --git a/shakehand/Cargo.toml b/shakehand/Cargo.toml
new file mode 100644
index 0000000..2a0bb9e
--- /dev/null
+++ b/shakehand/Cargo.toml
@@ -0,0 +1,20 @@
+[package]
+name = "shakehand"
+version.workspace = true
+edition.workspace = true
+description = "A rust i18n lib - Let different languages shake hands with each other!"
+license = "MIT OR Apache-2.0"
+repository.workspace = true
+homepage.workspace = true
+keywords = ["internationalization", "i18n", "localization", "translation", "compile-time"]
+categories = ["internationalization", "localization"]
+
+[lib]
+proc-macro = true
+
+[dependencies]
+syn = { workspace = true }
+quote = { workspace = true }
+proc-macro2 = { workspace = true }
+just_fmt = { workspace = true }
+toml = { workspace = true }