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

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

[dependencies]
text_io = "0.1.12"