aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: af541078798c13e6d443dc046ca00ad5b6c1c000 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "ynab-export"
version = "0.0.3"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"
description = "ynab-export is a tool to help export a YNAB budget to a database"
repository = "https://git.tozt.net/ynab-export"
license = "MIT"

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