aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: a209b7464cdb8ae1fa34a0d8702c8d9fb8f06450 (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.16"
cursive_table_view = "0.13"
directories = "3.0"
snafu = "0.6"
ynab-api = "3"