From e7b4abcbad5498504ac2180e6e71aac0b90ffb07 Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Tue, 22 Jun 2021 18:12:07 -0400 Subject: [PATCH] Add a note about maybe using the tui crate for zebra-cli (#2367) --- book/src/dev/rfcs/0009-zebra-client.md | 1 + 1 file changed, 1 insertion(+) diff --git a/book/src/dev/rfcs/0009-zebra-client.md b/book/src/dev/rfcs/0009-zebra-client.md index e41058b5..427c05ae 100644 --- a/book/src/dev/rfcs/0009-zebra-client.md +++ b/book/src/dev/rfcs/0009-zebra-client.md @@ -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