rust/chat_sanitizer/Cargo.toml
author Wuzzy <Wuzzy2@mail.ru>
Mon, 22 Jul 2019 10:04:19 +0200
changeset 15279 1ce9b717bb41
parent 14526 ba29aa03db87
permissions -rw-r--r--
Fix word "Feedback" not being translated in error message This does not violate the string freeze, the string is already present in PageMain.

[package]
name = "chat_sanitizer"
version = "0.1.0"
authors = ["Andrey Korotaev <a.korotaev@hedgewars.org>"]
edition = "2018"

[dependencies]
unicode_skeleton = "0.1"
itertools = "0.8.0"