1
0
mirror of https://github.com/KaiserY/trpl-zh-cn synced 2025-04-24 14:58:03 +08:00
trpl-zh-cn/listings/ch15-smart-pointers/listing-15-07/Cargo.toml

7 lines
84 B
TOML

[package]
name = "deref-example"
version = "0.1.0"
edition = "2021"
[dependencies]