rust_book/ch6/if_let/Cargo.toml
2025-03-21 14:32:00 -05:00

7 lines
77 B
TOML

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