summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-08-25 04:14:04 -0400
committerJesse Luehrs <doy@tozt.net>2019-08-25 04:14:04 -0400
commite675daa3405946729357befbf60e4f1a725c0587 (patch)
tree90a47644cc8985bd749232032c0484143939c999 /Cargo.toml
parent82203823d3f6c66b07ad00abc9f4d5abec7080a3 (diff)
downloadmetabase-utils-e675daa3405946729357befbf60e4f1a725c0587.tar.gz
metabase-utils-e675daa3405946729357befbf60e4f1a725c0587.zip
first pass at an implementation
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
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 <doy@tozt.net>"]
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"