summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
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 /Cargo.lock
parent48d218696ee55ac067b714dfeff016809047e7dd (diff)
downloadmetabase-utils-ea9d3dea257b4f1c753b3a6d6c3bb1f20efc0401.tar.gz
metabase-utils-ea9d3dea257b4f1c753b3a6d6c3bb1f20efc0401.zip
rename
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock16
1 files changed, 8 insertions, 8 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"