Cargo.toml 314 B

12345678910111213
  1. [package]
  2. name = "xtask"
  3. version = "0.1.0"
  4. authors = ["Alessandro Decina <[email protected]>"]
  5. edition = "2018"
  6. [dependencies]
  7. structopt = {version = "0.3", default-features = false }
  8. anyhow = "1"
  9. syn = {version = "1", features = ["visit-mut", "extra-traits"] }
  10. quote = "1"
  11. proc-macro2 = "1"
  12. indexmap = "1.6"