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




                                                                   

              






                     
[package]
name = "ynab-api"
version = "3.0.0"
authors = ["Jesse Luehrs <doy@tozt.net>", "You Need A Budget, LLC"]
description = "OpenAPI-generated API bindings for the YNAB API"
repository = "https://git.tozt.net/ynab-api"
license = "Apache-2.0"


[dependencies]
serde = "^1.0"
serde_derive = "^1.0"
serde_json = "^1.0"
url = "1.5"
reqwest = "~0.9"

[dev-dependencies]