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

8 lines
136 B
TOML
Raw Normal View History

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