From 3539ceb20f5383a332a8ad1fcab816cf083f277e Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 18 Aug 2019 23:45:33 -0400 Subject: better error handling --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e112cfa..a153006 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,4 +9,5 @@ cursive = "0.12" # cursive = { version = "0.12", default-features = false, features = ["crossterm-backend"] } cursive_table_view = "0.10" directories = "2.0" +snafu = "0.4" ynab-api = { path = "ynab-api" } -- cgit v1.2.3-54-g00ecf