Cargo.toml 294 B

1234567891011121314
  1. [package]
  2. name = "combine_localize"
  3. version = "0.1.0"
  4. authors = ["Alexandre Janniaux <ajanni@videolabs.io>"]
  5. edition = "2018"
  6. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  7. [dependencies]
  8. structopt = "0.3"
  9. ar = "0.8"
  10. cc = "1.0"
  11. regex = "1.3"