diff -r abe0a561005e -r 831ecafd74c6 rust/chat_sanitizer/Cargo.toml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rust/chat_sanitizer/Cargo.toml Thu Dec 27 23:43:54 2018 +0100 @@ -0,0 +1,8 @@ +[package] +name = "chat_sanitizer" +version = "0.1.0" +authors = ["Andrey Korotaev "] +edition = "2018" + +[dependencies] +unicode_skeleton = "0.1"