hline/Cargo.toml
Nick Krichevsky d98ab5877d Refactor tests to put match tests in lib.rs
Also replaces Lipsum with something a bit more readable
2021-11-07 22:32:01 -05:00

16 lines
275 B
TOML

[package]
name = "hl"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
grep = "0.2"
thiserror = "1"
termion = "1"
[dev-dependencies]
test-case = "1.2.1"
stringreader = "0.1"