aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-08-19 00:42:04 -0400
committerJesse Luehrs <doy@tozt.net>2019-08-19 00:45:58 -0400
commitd8e45ab4c875745531000253faa2003b2214d289 (patch)
treee14110af0a76ed2bc338ae94610a5d5994b3f8d0 /Cargo.toml
parent3539ceb20f5383a332a8ad1fcab816cf083f277e (diff)
downloadynab-reimbursements-d8e45ab4c875745531000253faa2003b2214d289.tar.gz
ynab-reimbursements-d8e45ab4c875745531000253faa2003b2214d289.zip
use the published ynab api
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"