A Rust clone of a Perl word-splitting program.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

17 lines
357 B

[package]
name = "bpb-words"
version = "0.3.0"
authors = ["Brennen Bearnes <code@p1k3.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
exitfailure = "0.5.1"
failure = "0.1.5"
regex = "1.3.1"
structopt = "0.3.5"
[dev-dependencies]
assert_cmd = "0.10"
predicates = "1"