2018-12-29 21:33:06 +00:00
|
|
|
[package]
|
|
|
|
name = "gettext-macros"
|
2019-05-16 10:40:08 +00:00
|
|
|
version = "0.5.0"
|
2019-03-05 14:42:43 +00:00
|
|
|
authors = ["Ana Gelez <ana@gelez.xyz>"]
|
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-01-20 11:28:23 +00:00
|
|
|
gettext = "0.3"
|
2019-05-14 18:30:53 +00:00
|
|
|
runtime-fmt = "0.3"
|