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

9 lines
159 B
TOML
Raw Normal View History

2024-05-12 22:21:03 +02:00
[package]
name = "bounded"
version = "0.1.0"
edition = "2021"
[dependencies]
2024-04-26 12:26:25 +02:00
thiserror = "1.0.60"
2024-05-12 22:21:03 +02:00
ticket_fields = { path = "../../../helpers/ticket_fields" }