mirror of
https://github.com/nushell/nushell.git
synced 2025-02-17 02:50:56 +01:00
Update Cargo.toml
This commit is contained in:
parent
5e72b2a797
commit
98810d22b1
@ -19,4 +19,5 @@ nu-source = {path = "../nu-source", version = "0.25.1"}
|
|||||||
nu-value-ext = {path = "../nu-value-ext", version = "0.25.1"}
|
nu-value-ext = {path = "../nu-value-ext", version = "0.25.1"}
|
||||||
|
|
||||||
crossterm = "0.18"
|
crossterm = "0.18"
|
||||||
|
syn = "=1.0.57"
|
||||||
tui = {version = "0.12.0", default-features = false, features = ["crossterm"]}
|
tui = {version = "0.12.0", default-features = false, features = ["crossterm"]}
|
||||||
|
Loading…
Reference in New Issue
Block a user