rust-book-cn/listings/ch04-understanding-ownership/listing-04-07/Cargo.toml
2021-05-09 14:49:31 +08:00

8 lines
148 B
TOML

[package]
name = "ownership"
version = "0.1.0"
authors = ["Carol (Nichols || Goulding) <carol.nichols@gmail.com>"]
edition = "2018"
[dependencies]