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

8 lines
137 B
TOML

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