[package] name = "azizka_rust_i18n" version = "0.3.0" edition = "2021" license = "MIT" description = "i18n localization library" homepage = "https://github.com/azizka85/azizka_rust_i18n.git" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0", features = ["derive"] }