From ca12c28f744c34b27c57dd832ac5f713eff61ab4 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 12 Aug 2019 00:09:21 -0400 Subject: start building out a cursive ui --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1ca3b8e..8732ffc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,4 +5,7 @@ authors = ["Jesse Luehrs "] edition = "2018" [dependencies] +cursive = "0.12" +# cursive = { version = "0.12", default-features = false, features = ["crossterm-backend"] } +cursive_table_view = "0.10" ynab-api = { path = "ynab-api" } -- cgit v1.2.3-54-g00ecf