Add a note about maybe using the tui crate for zebra-cli (#2367)

This commit is contained in:
Deirdre Connolly 2021-06-22 18:12:07 -04:00 committed by GitHub
parent bcd5f2c50d
commit e7b4abcbad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -204,6 +204,7 @@ Support for sending tx's via _non-privileged_ RPC endpoints, or via Stolon:
- can use [cap-std](https://blog.sunfishcode.online/introducing-cap-std/)
to restrict filesystem and network access for zebra-client.
See https://github.com/ZcashFoundation/zebra/issues/2340
- can use the [tui crate](https://crates.io/crates/tui) to render a terminal UI
## Task isolation in Tokio
- TODO: fill in