aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-08-22 01:46:36 -0400
committerJesse Luehrs <doy@tozt.net>2019-08-22 01:46:36 -0400
commitd3e0fe913beedbcca37ba0c26e0dda00086dc43a (patch)
tree19a6fc4a4dca12f40fccb1af45d2897dd3b5ee5f /Cargo.toml
parentfd12440dada3ca11f85f84eb53d2b05af50e26b8 (diff)
downloadynab-export-d3e0fe913beedbcca37ba0c26e0dda00086dc43a.tar.gz
ynab-export-d3e0fe913beedbcca37ba0c26e0dda00086dc43a.zip
add basic implementation
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5b6649e..8f2d0bd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,9 +1,9 @@
[package]
name = "ynab-export"
-version = "0.1.0"
+version = "0.0.1"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-
[dependencies]
+directories = "2"
+ynab-api = "1"