This repository has been archived on 2025-11-23. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
rustex/exercises/07_threads/11_locks/Cargo.toml
2025-02-19 10:34:15 +05:30

9 lines
157 B
TOML

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