aboutsummaryrefslogtreecommitdiff
path: root/rust/beer-song/Cargo.toml
blob: ff6683ea63bc6a36f9eec4ecf8588d5f922caec0 (plain) (blame)
1
2
3
4
5
6
7
[package]
edition = "2018"
name = "beer-song"
version = "0.0.0"

[dependencies]
itertools = "0.9"