From ea9d3dea257b4f1c753b3a6d6c3bb1f20efc0401 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 27 Aug 2019 01:55:50 -0400 Subject: rename --- Cargo.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index f162412..bdb7715 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -436,14 +436,6 @@ name = "indexmap" 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" @@ -515,6 +507,14 @@ dependencies = [ "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[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" -- cgit v1.2.3-54-g00ecf