trpl-zh-cn/listings/ch04-understanding-ownership/no-listing-15-dangling-reference-annotated/Cargo.toml
2022-02-06 16:43:51 +08:00

7 lines
80 B
TOML
Executable File

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