Cargo.toml 299 B

1234567891011121314151617
  1. [package]
  2. name = "axidraw-experiments"
  3. version = "0.1.0"
  4. authors = ["Getty Ritter <gettylefou@gmail.com>"]
  5. [dependencies]
  6. gunpowder_treason = { path = "../gunpowder_treason" }
  7. rand = "*"
  8. itertools = "*"
  9. [[bin]]
  10. name = "circles"
  11. path = "src/circles.rs"
  12. [[bin]]
  13. name = "hexes"
  14. path = "src/hexes.rs"