aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-08-12 00:09:21 -0400
committerJesse Luehrs <doy@tozt.net>2019-08-12 00:09:21 -0400
commitca12c28f744c34b27c57dd832ac5f713eff61ab4 (patch)
tree866f8a6e995c79391002891cb4e004cf7eb09a17 /Cargo.toml
parent430b17c92ee8e15bacce2c058d3e56f187da5fc3 (diff)
downloadynab-reimbursements-ca12c28f744c34b27c57dd832ac5f713eff61ab4.tar.gz
ynab-reimbursements-ca12c28f744c34b27c57dd832ac5f713eff61ab4.zip
start building out a cursive ui
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
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 <doy@tozt.net>"]
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" }