rust/chat_sanitizer/Cargo.toml
author nemo
Mon, 19 Aug 2019 11:41:59 -0400
changeset 15347 0230c4766aa6
parent 14510 ba29aa03db87
permissions -rw-r--r--
make the mask colours more liberal due to possibility that OSX/SDL2 are slightly distorting them
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
14508
831ecafd74c6 Start chat_sanitizer package inspired by chat bot on pokerth server
unc0rr
parents:
diff changeset
     1
[package]
831ecafd74c6 Start chat_sanitizer package inspired by chat bot on pokerth server
unc0rr
parents:
diff changeset
     2
name = "chat_sanitizer"
831ecafd74c6 Start chat_sanitizer package inspired by chat bot on pokerth server
unc0rr
parents:
diff changeset
     3
version = "0.1.0"
831ecafd74c6 Start chat_sanitizer package inspired by chat bot on pokerth server
unc0rr
parents:
diff changeset
     4
authors = ["Andrey Korotaev <a.korotaev@hedgewars.org>"]
831ecafd74c6 Start chat_sanitizer package inspired by chat bot on pokerth server
unc0rr
parents:
diff changeset
     5
edition = "2018"
831ecafd74c6 Start chat_sanitizer package inspired by chat bot on pokerth server
unc0rr
parents:
diff changeset
     6
831ecafd74c6 Start chat_sanitizer package inspired by chat bot on pokerth server
unc0rr
parents:
diff changeset
     7
[dependencies]
831ecafd74c6 Start chat_sanitizer package inspired by chat bot on pokerth server
unc0rr
parents:
diff changeset
     8
unicode_skeleton = "0.1"
14510
ba29aa03db87 Implement letter repeat check
unc0rr
parents: 14508
diff changeset
     9
itertools = "0.8.0"