gettext-macros/Cargo.toml

16 lines
344 B
TOML
Raw Normal View History

[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"
edition = "2018"
[lib]
proc-macro = true
[dependencies]
gettext = "0.3"
2019-05-14 18:30:53 +00:00
runtime-fmt = "0.3"