[workspace] [package] name = "third-party" version = "0.0.0" edition = "2021" publish = false [lib] path = "/dev/null" [dependencies] cc = "1.0.83" clap = { version = "4", default-features = false, features = ["error-context", "help", "std", "usage"] } codespan-reporting = "0.11.1" once_cell = "1.9" proc-macro2 = { version = "1.0.58", features = ["span-locations"] } quote = "1.0.4" scratch = "1" syn = { version = "2.0.1", features = ["full"] }