Update Cargo.toml

This commit is contained in:
Jonathan Turner 2021-01-06 15:37:39 +13:00 committed by GitHub
parent 5e72b2a797
commit 98810d22b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,4 +19,5 @@ nu-source = {path = "../nu-source", version = "0.25.1"}
nu-value-ext = {path = "../nu-value-ext", version = "0.25.1"}
crossterm = "0.18"
syn = "=1.0.57"
tui = {version = "0.12.0", default-features = false, features = ["crossterm"]}