From edc6d05e8293a61ebba00f118c6a28e1218752b1 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 25 Aug 2019 04:21:20 -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 a5436ae..f162412 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -337,14 +337,6 @@ dependencies = [ "wasi 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[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" @@ -444,6 +436,14 @@ 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" 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 "] edition = "2018" -- cgit v1.2.3-54-g00ecf