advent_of_code_2022/day_03/Cargo.toml

10 lines
257 B
TOML

[package]
name = "day_03"
version = "0.0.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
common = {path = '../common'}
phf = { version = "0.11.1", features = ["macros"] }