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

[dependencies]
directories = "2"
ynab-api = "1"