aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 1ca3b8e6d6f4172016b8499e30b4d3be9f23a565 (plain) (blame)
1
2
3
4
5
6
7
8
[package]
name = "ynab-reimbursements"
version = "0.1.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"

[dependencies]
ynab-api = { path = "ynab-api" }