From e675daa3405946729357befbf60e4f1a725c0587 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 25 Aug 2019 04:14:04 -0400 Subject: first pass at an implementation --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a956898..5f59c5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "google-sheet-export" -version = "0.1.0" +version = "0.0.1" authors = ["Jesse Luehrs "] edition = "2018" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] +csv = "1.1" +reqwest = "0.9" -- cgit v1.2.3-54-g00ecf