From 16d31aa7c65d178a5ef066a4a541d415d2f9a983 Mon Sep 17 00:00:00 2001 From: upupnoah Date: Sat, 13 Jul 2024 06:51:42 +0700 Subject: [PATCH] chore: change project name --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7e326cc..2c95bb6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9,7 +9,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519" [[package]] -name = "template" +name = "simple-redis" version = "0.1.0" dependencies = [ "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 04dcbcd..44f3a2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "template" # enter your project name +name = "simple-redis" version = "0.1.0" edition = "2021" authors = ["Noah "]