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