aboutsummaryrefslogtreecommitdiff
path: root/2022/rust/day01/Cargo.toml
blob: 5a61072526a3c45b2f8a98292a4cce3829d463df (plain) (blame)
1
2
3
4
5
6
7
8
[package]
name = "day01"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]