100-exercises-to-learn-rust/helpers/ticket_fields/Cargo.toml

9 lines
137 B
TOML

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