aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-08-09 05:01:41 -0400
committerJesse Luehrs <doy@tozt.net>2019-08-09 05:01:41 -0400
commit53f34a6d47c43d96e5a3f5b368387776e9db7b02 (patch)
tree7c3073d1db4eeca0bfc7ada5d78001dd738335e4 /Cargo.toml
parent50c1255b06b9053ce26afbccbb5ad26831423f73 (diff)
downloadynab-reimbursements-53f34a6d47c43d96e5a3f5b368387776e9db7b02.tar.gz
ynab-reimbursements-53f34a6d47c43d96e5a3f5b368387776e9db7b02.zip
start sketching out some stuff using the api
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 02e2b4c..1ca3b8e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,3 +5,4 @@ authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"
[dependencies]
+ynab-api = { path = "ynab-api" }