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 ++++++++-------- Cargo.toml | 2 +- 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 @@ -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" 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 "] edition = "2018" -- cgit v1.2.3-54-g00ecf