100-exercises-to-learn-rust/exercises/07_threads/13_without_channels/Cargo.toml

8 lines
147 B
TOML

[package]
name = "without_channels"
version = "0.1.0"
edition = "2021"
[dependencies]
ticket_fields = { path = "../../../helpers/ticket_fields" }