aboutsummaryrefslogtreecommitdiffstats
path: root/ynab-api/Cargo.toml
blob: cbe32f428405d0d3c46b4d4e76214883e269d09c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "ynab-api"
version = "1.0.0"
authors = ["OpenAPI Generator team and contributors"]

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

[dev-dependencies]