rust/chat_sanitizer/Cargo.toml
author unc0rr
Fri, 28 Dec 2018 22:47:17 +0100
changeset 14505 ba29aa03db87
parent 14503 831ecafd74c6
permissions -rw-r--r--
Implement letter repeat check

[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"