aboutsummaryrefslogblamecommitdiffstats
path: root/Cargo.toml
blob: e112cfa9216c0845699612a7dac75a462acdb94f (plain) (tree)
1
2
3
4
5
6
7
8
9
10






                                         


                                                                                            
                   
                                
[package]
name = "ynab-reimbursements"
version = "0.1.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"

[dependencies]
cursive = "0.12"
# cursive = { version = "0.12", default-features = false, features = ["crossterm-backend"] }
cursive_table_view = "0.10"
directories = "2.0"
ynab-api = { path = "ynab-api" }