2018-12-29 21:33:06 +00:00
|
|
|
[package]
|
|
|
|
name = "gettext-macros"
|
2022-02-26 02:03:53 +00:00
|
|
|
version = "0.6.1"
|
2020-07-24 12:24:46 +00:00
|
|
|
authors = ["Plume contributors"]
|
2019-01-20 11:41:29 +00:00
|
|
|
description = "A few proc-macros to help internationalizing Rust applications"
|
|
|
|
repository = "https://github.com/Plume-org/gettext-macros"
|
|
|
|
license = "GPL-3.0"
|
2018-12-29 21:33:06 +00:00
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
proc-macro = true
|
|
|
|
|
|
|
|
[dependencies]
|
2019-06-15 16:08:54 +00:00
|
|
|
gettext = "0.4"
|
2020-07-24 12:24:46 +00:00
|
|
|
gettext-utils = "0.1.0"
|
|
|
|
proc-macro2 = { version = "1.0.19", features = ["span-locations"] }
|
|
|
|
quote = "1.0.7"
|
|
|
|
syn = "1.0"
|
|
|
|
|
|
|
|
[workspace]
|
|
|
|
members = ["gettext-utils"]
|