aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: e9129a95b9a10fa9ba384facae5a86e48eda7d79 (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 = "1.0"