add unicode-segmentation crate

This commit is contained in:
xiuxiu62 2021-10-12 14:55:07 -07:00
parent 8fee0b32e7
commit 94d00b28b7
2 changed files with 3 additions and 0 deletions

1
Cargo.lock generated
View File

@ -547,6 +547,7 @@ dependencies = [
"terminal_size",
"thiserror",
"trash",
"unicode-segmentation",
]
[[package]]

View File

@ -13,7 +13,9 @@ nu-protocol = { path = "../nu-protocol" }
nu-table = { path = "../nu-table" }
nu-term-grid = { path = "../nu-term-grid" }
nu-parser = { path = "../nu-parser" }
trash = { version = "1.3.0", optional = true }
unicode-segmentation = "1.8.0"
# Potential dependencies for extras
glob = "0.3.0"