This repository has been archived on 2025-11-23. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
rustex/exercises/05_ticket_v2/03_variants_with_data/Cargo.toml
2025-02-19 10:34:15 +05:30

8 lines
139 B
TOML

[package]
name = "variants_with_data"
version = "0.1.0"
edition = "2021"
[dev-dependencies]
common = { path = "../../../helpers/common" }