smolgrep/Cargo.toml

10 lines
167 B
TOML
Raw Permalink Normal View History

2026-07-27 07:18:44 +00:00
[package]
name = "smolgrep"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.104"
2026-07-27 07:33:27 +00:00
clap = { version = "4.6.4", features = ["derive"] }
2026-07-27 09:04:19 +00:00
regex = "1.13.1"