2019-10-03 08:56:22 +00:00
|
|
|
[package]
|
|
|
|
name = "internationalization"
|
2019-10-03 11:57:05 +00:00
|
|
|
version = "0.0.1"
|
2019-10-03 08:56:22 +00:00
|
|
|
authors = ["Terry Raimondo <terry.raimondo@gmail.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
description = "Easy to use I18n"
|
|
|
|
keywords = ["i18n", "internationalization"]
|
|
|
|
license = "MIT/Apache-2.0"
|
2019-10-03 11:56:43 +00:00
|
|
|
repository = "https://github.com/terry90/internationalization-rs"
|
|
|
|
homepage = "https://github.com/terry90/internationalization-rs"
|
2019-10-09 00:37:41 +00:00
|
|
|
build = "build.rs"
|
2019-10-03 08:56:22 +00:00
|
|
|
|
2019-10-09 00:37:41 +00:00
|
|
|
[build-dependencies]
|
2019-10-03 11:56:43 +00:00
|
|
|
glob = "0.3.0"
|
2019-10-09 00:37:41 +00:00
|
|
|
quote = "1.0.2"
|
|
|
|
serde_json = "1.0.41"
|
|
|
|
proc-macro2 = "1.0"
|