100-exercises-to-learn-rust/exercises/07_threads/10_patch/Cargo.toml
Luca Palmieri 99591a715e
Formatter (#51)
Enforce consistent formatting use `dprint`
2024-05-24 17:00:03 +02:00

8 lines
157 B
TOML

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