mirror of
https://github.com/mainmatter/100-exercises-to-learn-rust
synced 2025-01-01 06:20:29 +01:00
8 lines
158 B
TOML
8 lines
158 B
TOML
[package]
|
|
name = "rwlock"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
ticket_fields = { path = "../../../helpers/ticket_fields" }
|
|
thiserror = "1.0.60"
|