Cargo.toml 347 B

1234567891011121314151617
  1. [package]
  2. name = "glyphstool"
  3. version = "0.1.0"
  4. license = "MIT/Apache-2.0"
  5. authors = ["Raph Levien <raph.levien@gmail.com>"]
  6. readme = "README.md"
  7. edition = "2018"
  8. [[bin]]
  9. name = "glyphstool"
  10. [dependencies]
  11. kurbo = "0.5.1"
  12. plist_derive = { path = "plist_derive" }
  13. # This dep is used for the binary, not the lib, but oh well.
  14. structopt = "0.3.2"