rename to s-grep
This commit is contained in:
parent
eb8c5fbe59
commit
a290c3f218
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -12,7 +12,7 @@ dependencies = [
|
|||
]
|
||||
|
||||
[[package]]
|
||||
name = "m-grep"
|
||||
name = "s-grep"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"colored",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[package]
|
||||
name = "m-grep"
|
||||
name = "s-grep"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
|
|
|
|||
|
|
@ -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<String> = std::env::args().collect();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue