diff options
author | Blaž Hrastnik | 2020-06-01 08:42:28 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2020-06-01 08:42:28 +0000 |
commit | 613d06dfb0e5fe2fc05b94e5c651dfd10af23310 (patch) | |
tree | 74696d63909ffe05903870bfca19d9beabe0e621 /helix-term/Cargo.toml | |
parent | 6905ff03c29c9fc020a6333adf9e9d5004c3f3c5 (diff) |
wip: importing to github
Diffstat (limited to 'helix-term/Cargo.toml')
-rw-r--r-- | helix-term/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml index 0ab6209e..bd488d2f 100644 --- a/helix-term/Cargo.toml +++ b/helix-term/Cargo.toml @@ -29,3 +29,4 @@ futures = { version = "0.3.5", default-features = false, features = ["std"] } smol = "0.1.10" num_cpus = "1.13.0" piper = "0.1.2" +tui = { version = "0.9.5", default-features = false } |