summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-08-27 01:55:50 -0400
committerJesse Luehrs <doy@tozt.net>2019-08-27 01:55:50 -0400
commitea9d3dea257b4f1c753b3a6d6c3bb1f20efc0401 (patch)
treec2e1ac213eb6fb763387614cf698b1cfbb9ad3df
parent48d218696ee55ac067b714dfeff016809047e7dd (diff)
downloadmetabase-utils-ea9d3dea257b4f1c753b3a6d6c3bb1f20efc0401.tar.gz
metabase-utils-ea9d3dea257b4f1c753b3a6d6c3bb1f20efc0401.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 f162412..bdb7715 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -437,14 +437,6 @@ 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"
@@ -516,6 +508,14 @@ dependencies = [
]
[[package]]
+name = "metabase-utils"
+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 = "mime"
version = "0.3.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
diff --git a/Cargo.toml b/Cargo.toml
index ce93329..2efee97 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "investments-sheet-export"
+name = "metabase-utils"
version = "0.0.1"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"