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

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