kth-lines 0.1.0

Command line tool for filtering stdin lines that just work
[[bin]]
name = "kth"
path = "src/main.rs"

[package]
description = "Command line tool for filtering stdin lines that just work"
edition = "2021"
license = "MIT"
name = "kth-lines"
readme = "README.md"
version = "0.1.0"
[profile.release]
codegen-units = 1
lto = true
panic = "abort"
strip = true