aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: d9481c4fa6d0dcbd2e4341c7ddcd8f4ae6d9d62d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "ynab-reimbursements"
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_table_view = "0.10"
directories = "2.0"
snafu = "0.4"
ynab-api = "2"