1
0
mirror of https://gitlab.com/MisterBiggs/aoc_2015-rust.git synced 2025-06-16 06:56:42 +00:00
aoc_2015-Rust/Cargo.toml
2022-11-05 16:35:12 -06:00

9 lines
189 B
TOML

[package]
name = "AoC2015"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
md5 = "0.7.0"