diff options
Diffstat (limited to 'shakehand/Cargo.toml')
| -rw-r--r-- | shakehand/Cargo.toml | 20 |
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 } |
