aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 0b8211c465b880f87995656cdb7c8efd238a8598 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "ynab-reimbursements"
version = "0.0.3"
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 = "3"