aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8117288..e9129a9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,12 +1,14 @@
[package]
name = "ynab-reimbursements"
-version = "0.1.0"
+version = "0.0.1"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"
+description = "ynab-reimbursements is a tool to help reconcile reimbursable transactions in YNAB"
+repository = "https://git.tozt.net/ynab-reimbursements"
+license = "MIT"
[dependencies]
cursive = "0.12"
-# cursive = { version = "0.12", default-features = false, features = ["crossterm-backend"] }
cursive_table_view = "0.10"
directories = "2.0"
snafu = "0.4"