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

10 lines
184 B
TOML

[package]
authors = ["Baptiste Gelez <baptiste@gelez.xyz>"]
name = "rocket_i18n"
version = "0.1.0"
[dependencies]
gettext-rs = "0.4"
rocket = "0.3.13"
serde_json = "1.0"
tera = "0.11"