aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 255dd70b44e38d76ebc19afdc08aa97bb1dd35e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "ynab-export"
version = "0.0.1"
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 = "1"