Cargo.toml 295 B

123456789101112131415
  1. [package]
  2. name = "aya-gen"
  3. version = "0.1.0"
  4. authors = ["Alessandro Decina <[email protected]>"]
  5. edition = "2018"
  6. [dependencies]
  7. bindgen = "0.59"
  8. structopt = {version = "0.3", default-features = false }
  9. anyhow = "1"
  10. thiserror = "1"
  11. syn = "1"
  12. quote = "1"
  13. proc-macro2 = "1"
  14. indexmap = "1.6"