From faf9c8aa1e41df1889f8382e9c2183e2d5f85de1 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 9 Aug 2019 02:06:22 -0400 Subject: add openapi-generated api client --- ynab-api/Cargo.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ynab-api/Cargo.toml (limited to 'ynab-api/Cargo.toml') diff --git a/ynab-api/Cargo.toml b/ynab-api/Cargo.toml new file mode 100644 index 0000000..cbe32f4 --- /dev/null +++ b/ynab-api/Cargo.toml @@ -0,0 +1,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] -- cgit v1.2.3-54-g00ecf