aoc-2021-rust

Advent of Code 2021 Solutions in Rust
git clone https://git.sinitax.com/sinitax/aoc-2021-rust
Log | Files | Refs | README | sfeed.txt

Cargo.toml (147B)


      1[package]
      2name = "day06"
      3version = "0.1.0"
      4edition = "2021"
      5
      6[dependencies]
      7aoc = { path = "../common/aoc" }
      8num-bigint = "0.4.3"
      9num-traits = "*"