aoc-2023/day_1/Cargo.toml

19 lines
280 B
TOML
Raw Permalink Normal View History

2024-12-09 22:41:02 +09:00
[package]
name = "advent_of_code_2023"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[[bin]]
name = "main"
path = "src/main.rs"
[[bin]]
name = "main2"
path = "src/main2.rs"
[dependencies]