You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
344 B
TOML

[package]
name = "gettext-macros"
version = "0.5.2"
authors = ["Ana Gelez <ana@gelez.xyz>"]
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.4"
runtime-fmt = "0.4"