summaryrefslogtreecommitdiffstats
path: root/src/doc/book/listings/ch04-understanding-ownership/listing-04-05/Cargo.toml
blob: e8847526dcaaf3cf5ca57949794b02ae17ea5fb8 (plain)
1
2
3
4
5
6
[package]
name = "ownership"
version = "0.1.0"
edition = "2021"

[dependencies]