1
0
mirror of https://github.com/KaiserY/trpl-zh-cn synced 2025-04-28 01:00:05 +08:00
trpl-zh-cn/listings/ch06-enums-and-pattern-matching/no-listing-10-non-exhaustive-match/Cargo.toml

7 lines
76 B
TOML

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