summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-08-25 04:21:20 -0400
committerJesse Luehrs <doy@tozt.net>2019-08-25 04:21:20 -0400
commitedc6d05e8293a61ebba00f118c6a28e1218752b1 (patch)
treee814b9d106ce509fa1d2296df958731a35c64f22
parente675daa3405946729357befbf60e4f1a725c0587 (diff)
downloadmetabase-utils-edc6d05e8293a61ebba00f118c6a28e1218752b1.tar.gz
metabase-utils-edc6d05e8293a61ebba00f118c6a28e1218752b1.zip
rename
-rw-r--r--Cargo.lock16
-rw-r--r--Cargo.toml2
2 files changed, 9 insertions, 9 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a5436ae..f162412 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -338,14 +338,6 @@ dependencies = [
]
[[package]]
-name = "google-sheet-export"
-version = "0.0.1"
-dependencies = [
- "csv 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "reqwest 0.9.20 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
-[[package]]
name = "h2"
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -445,6 +437,14 @@ version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
+name = "investments-sheet-export"
+version = "0.0.1"
+dependencies = [
+ "csv 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "reqwest 0.9.20 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
name = "iovec"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
diff --git a/Cargo.toml b/Cargo.toml
index 5f59c5c..ce93329 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "google-sheet-export"
+name = "investments-sheet-export"
version = "0.0.1"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"