rust/chat_sanitizer/Cargo.toml
author Wuzzy <Wuzzy@disroot.org>
Thu, 25 May 2023 17:46:57 +0200
changeset 15987 e8d94f84d294
parent 14526 ba29aa03db87
permissions -rw-r--r--
Fix speech bubble not wrapping if contain quote marks (bug #753)

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