summaryrefslogtreecommitdiffstats
path: root/src/doc/book/listings/ch13-functional-features/listing-13-03/Cargo.toml
blob: 914c4cfaa8729399dce74d7d9bee0947691bdff0 (plain)
1
2
3
4
5
6
[package]
name = "closure-example"
version = "0.1.0"
edition = "2021"

[dependencies]