aboutsummaryrefslogtreecommitdiffstats
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
parent3539ceb20f5383a332a8ad1fcab816cf083f277e (diff)
downloadynab-reimbursements-d8e45ab4c875745531000253faa2003b2214d289.tar.gz
ynab-reimbursements-d8e45ab4c875745531000253faa2003b2214d289.zip
use the published ynab api
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 4 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 17dc685..c997e0d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1709,6 +1709,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "ynab-api"
version = "1.0.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"reqwest 0.9.19 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1725,7 +1726,7 @@ dependencies = [
"cursive_table_view 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
"directories 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"snafu 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
- "ynab-api 1.0.0",
+ "ynab-api 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[metadata]
@@ -1925,3 +1926,4 @@ dependencies = [
"checksum winreg 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"
"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
"checksum xi-unicode 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "12ea8eda4b1eb72f02d148402e23832d56a33f55d8c1b2d5bcdde91d79d47cb1"
+"checksum ynab-api 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "004581d786952ee09c3a4f1e2a2319eb51d992cb35bc3d4d068e9a46a224053b"
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"