diff --git a/Cargo.toml b/Cargo.toml index fc7bc7d1..5b165446 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,6 +37,7 @@ lazy_static = "1.4.0" backtrace = "0.3" toml = "0.5.6" serde = {version = "1.0", features = ["derive"] } +unicode-segmentation = "1.6.0" [dev-dependencies] assert_cmd = "0.12" diff --git a/README.md b/README.md index bcd6ee54..aa47c58d 100644 --- a/README.md +++ b/README.md @@ -229,4 +229,5 @@ If you spot any issue with nobody assigned to it, or it seems like no work has s - [tokio](https://github.com/tokio-rs/tokio) - [toml-rs](https://github.com/alexcrichton/toml-rs) - [tui-rs](https://github.com/fdehau/tui-rs) + - [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) - [winapi](https://github.com/retep998/winapi-rs)