Cargo.toml 285 B

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