From c21d4e9ce167d8411cfb40d309987acc9f5bf2a3 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 13 Aug 2019 00:26:13 -0400 Subject: read api key from config file --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 8732ffc..e112cfa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,4 +8,5 @@ edition = "2018" cursive = "0.12" # cursive = { version = "0.12", default-features = false, features = ["crossterm-backend"] } cursive_table_view = "0.10" +directories = "2.0" ynab-api = { path = "ynab-api" } -- cgit v1.2.3-54-g00ecf