mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 14:40:06 +02:00
add unicode-segmentation crate
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user