This repository has been archived on 2023-12-13. You can view files and clone it, but cannot push or open issues or pull requests.
advent-of-code-2022/day9/Cargo.toml

9 lines
211 B
INI
Raw Normal View History

2022-12-09 17:43:10 -05:00
[package]
name = "day9"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-12-23 11:37:32 -05:00
aoc-shared = { path = "../aoc-shared"}