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.
rocket_i18n/Cargo.toml

16 rivejä
548 B
TOML

[package]
authors = ["Baptiste Gelez <baptiste@gelez.xyz>"]
description = "Rocket fairing for easy internationalization with gettext"
license = "GPL-3.0"
name = "rocket_i18n"
readme = "README.md"
repository = "https://github.com/BaptisteGelez/rocket_i18n"
keywords = ["i18n", "rocket", "fairing", "gettext", "translations", "internationalization", "localization", "l10n"]
categories = ["internationalization", "localization", "web-programming"]
version = "0.1.0"
[dependencies]
gettext-rs = "0.4"
rocket = "0.3.13"
serde_json = "1.0"
tera = "0.11"