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

8 lines
139 B
TOML
Raw Normal View History

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