1
0
mirror of https://github.com/KaiserY/trpl-zh-cn synced 2025-04-27 08:38:01 +08:00
trpl-zh-cn/listings/ch15-smart-pointers/output-only-01-comparing-to-reference/Cargo.toml

7 lines
84 B
TOML

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