[package] name = "multilingual-demo" version = "0.1.1" authors = ["mohankumaranna "] edition = "2018" license = "MIT" description = "multi lingual demo website in Rust" readme = "README.md" homepage = "https://github.com/mohankumaranna/multilingual" repository = "https://github.com/mohankumaranna/multilingual" keywords = ["multi", "lingual", "warp", "demo" ] categories = ["web-programming::http-client"] [dependencies] tokio = { version = "0.2", features = ["full"] } warp = { version = "0.2", features = ["tls"] } handlebars = "3.2.1" toml = "0.5" serde = "1.0" serde_derive = "1.0" serde_json = "1.0" lazy_static = "1.4"