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

9 lines
137 B
TOML
Raw Permalink Normal View History

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