From a290c3f218aa74674b720cc71226d79a52c2fa50 Mon Sep 17 00:00:00 2001 From: mindfreq <144544047+mindfreq@users.noreply.github.com> Date: Wed, 29 Apr 2026 21:04:45 +0200 Subject: [PATCH] rename to s-grep --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/main.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5c5903f..b9d23ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12,7 +12,7 @@ dependencies = [ ] [[package]] -name = "m-grep" +name = "s-grep" version = "0.1.0" dependencies = [ "colored", diff --git a/Cargo.toml b/Cargo.toml index ecaae7b..f7190f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "m-grep" +name = "s-grep" version = "0.1.0" edition = "2024" diff --git a/src/main.rs b/src/main.rs index b4a66b1..5c07f8f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,7 +1,7 @@ use colored::Colorize; use std::process; -use m_grep::{Config, search}; +use s_grep::{Config, search}; fn main() { let args: Vec = std::env::args().collect();