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

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

[dependencies]