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