aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-08-27 00:08:40 -0400
committerJesse Luehrs <doy@tozt.net>2019-08-27 00:08:40 -0400
commitd8b6975f3648bef228060f71480c86cc2d9cd540 (patch)
tree530ee202c8a2696f5fc26d6ce071a0e1475c4363 /Cargo.toml
parent623cbfd53104067bb84cd196f25f305f9024cae5 (diff)
downloadynab-export-d8b6975f3648bef228060f71480c86cc2d9cd540.tar.gz
ynab-export-d8b6975f3648bef228060f71480c86cc2d9cd540.zip
project metadata0.0.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8f2d0bd..255dd70 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,6 +3,9 @@ name = "ynab-export"
version = "0.0.1"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"
+description = "ynab-export is a tool to help export a YNAB budget to a database"
+repository = "https://git.tozt.net/ynab-export"
+license = "MIT"
[dependencies]
directories = "2"