diff options
| author | copi143 <copi143@outlook.com> | 2026-01-17 04:02:47 +0800 |
|---|---|---|
| committer | copi143 <copi143@outlook.com> | 2026-01-17 04:02:47 +0800 |
| commit | c38d117b5803c65ad57a4c4704ee0d897d9fb3cb (patch) | |
| tree | 006977b48229ab2ef282bce705fc4caf60160252 /derive/Cargo.toml | |
init
Diffstat (limited to 'derive/Cargo.toml')
| -rw-r--r-- | derive/Cargo.toml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/derive/Cargo.toml b/derive/Cargo.toml new file mode 100644 index 0000000..3e30184 --- /dev/null +++ b/derive/Cargo.toml @@ -0,0 +1,19 @@ +[package] +name = "static-l10n" +version = "0.0.1" +edition = "2024" +authors = ["copi143 <copi143@outlook.com>"] +license = "CC0-1.0" +description = "Static localization for Rust using procedural macros." +homepage = "https://github.com/copi143/rust-static-l10n" +repository = "https://github.com/copi143/rust-static-l10n" +readme = "README.md" + +[lib] +proc-macro = true + +[dependencies] +proc-macro2 = "1.0.105" +quote = "1.0.43" +syn = { version = "2.0.114", features = ["full"] } +toml = "0.9.11" |
