100-exercises-to-learn-rust/exercises/07_threads/08_client/Cargo.toml

8 lines
137 B
TOML
Raw Normal View History

2024-05-13 04:21:03 +08:00
[package]
name = "client"
version = "0.1.0"
edition = "2021"
[dependencies]
ticket_fields = { path = "../../../helpers/ticket_fields" }