aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-08-27 01:17:59 -0400
committerJesse Luehrs <doy@tozt.net>2019-08-27 01:17:59 -0400
commit426bcffb2cd6f7b1e8ff95b5e0772e48ba28988f (patch)
treeaeaddf57b9f6bb406d4a312310f677b5c6f0477d /Cargo.toml
parentd8b6975f3648bef228060f71480c86cc2d9cd540 (diff)
downloadynab-export-426bcffb2cd6f7b1e8ff95b5e0772e48ba28988f.tar.gz
ynab-export-426bcffb2cd6f7b1e8ff95b5e0772e48ba28988f.zip
add a command to dump the schema too
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 255dd70..4b7fe01 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ynab-export"
-version = "0.0.1"
+version = "0.0.2"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"
description = "ynab-export is a tool to help export a YNAB budget to a database"