1
0
mirror of https://github.com/KaiserY/trpl-zh-cn synced 2025-04-27 00:28:04 +08:00
trpl-zh-cn/listings/ch04-understanding-ownership/no-listing-16-no-dangle/Cargo.toml

7 lines
80 B
TOML

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