blob: 211f30bc301ccbe6dfdc30efe927326d3c2e34e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[package]
name = "trgrep"
version = "0.1.0"
authors = ["Joursoir"]
edition = "2021"
description = "Print lines that match patterns"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.0", features = ["derive"] }
|