From d775491c4b56800e807bcf278fb910a5714317af Mon Sep 17 00:00:00 2001 From: Arsen Musayelyan Date: Thu, 3 Jun 2021 15:32:05 -0700 Subject: [PATCH] Rename crate to gitm --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ba9b3bf..81d81b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -40,7 +40,7 @@ dependencies = [ ] [[package]] -name = "gitm-rs" +name = "gitm" version = "0.1.0" dependencies = [ "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 929116e..639fbfb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] -name = "gitm-rs" +name = "gitm" version = "0.1.0" -authors = ["Arsen Musayelyan "] +authors = ["Arsen Musayelyan "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html