This commit is contained in:
2026-01-23 08:53:52 +00:00
parent c258b53e52
commit fd51666ea8
4 changed files with 152 additions and 0 deletions

6
minigrep/Cargo.toml Normal file
View File

@@ -0,0 +1,6 @@
[package]
name = "minigrep"
version = "0.1.0"
edition = "2024"
[dependencies]