From d8e45ab4c875745531000253faa2003b2214d289 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 19 Aug 2019 00:42:04 -0400 Subject: use the published ynab api --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a153006..8117288 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,4 +10,4 @@ cursive = "0.12" cursive_table_view = "0.10" directories = "2.0" snafu = "0.4" -ynab-api = { path = "ynab-api" } +ynab-api = "1.0" -- cgit v1.2.3-54-g00ecf