gettext-macros/Cargo.toml

22 lines
478 B
TOML
Raw Normal View History

[package]
name = "gettext-macros"
2022-02-26 02:03:53 +00:00
version = "0.6.1"
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"
edition = "2018"
[lib]
proc-macro = true
[dependencies]
2019-06-15 16:08:54 +00:00
gettext = "0.4"
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"]