100-exercises-to-learn-rust/exercises/07_threads/10_patch/Cargo.toml

9 lines
157 B
TOML
Raw Normal View History

2024-05-13 04:21:03 +08:00
[package]
name = "patch"
version = "0.1.0"
edition = "2021"
[dependencies]
2024-05-14 02:52:40 +08:00
thiserror = "1.0.59"
ticket_fields = { path = "../../../helpers/ticket_fields" }