100-exercises-to-learn-rust/exercises/07_threads/09_bounded/Cargo.toml
LukeMathWalker 97dffa67c8 Solutions
2024-12-18 17:41:24 +01:00

8 lines
159 B
TOML

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