Cargo.toml 301 B

1234567891011
  1. [package]
  2. name = "aoc"
  3. version = "0.7.0"
  4. authors = ["Felix Spöttel <1682504+fspoettel@users.noreply.github.com>"]
  5. edition = "2021"
  6. default-run = "aoc"
  7. publish = false
  8. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  9. [dependencies]
  10. pico-args = "0.5.0"