rust-book-cn/english/listings/ch04-understanding-ownership/listing-04-03/Cargo.toml
2022-02-13 03:25:29 +08:00

7 lines
80 B
TOML

[package]
name = "ownership"
version = "0.1.0"
edition = "2021"
[dependencies]