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

9 lines
157 B
TOML

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