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

9 lines
158 B
TOML

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