mirror of
https://github.com/nushell/nushell.git
synced 2024-11-07 09:04:18 +01:00
add unicode-segmentation crate
This commit is contained in:
parent
8fee0b32e7
commit
94d00b28b7
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -547,6 +547,7 @@ dependencies = [
|
||||
"terminal_size",
|
||||
"thiserror",
|
||||
"trash",
|
||||
"unicode-segmentation",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user