helpers/ticket_fields/Cargo.toml (7 lines of code) (raw):

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