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

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

[dependencies]