1[workspace] 2[package] 3name = "third-party" 4version = "0.0.0" 5publish = false 6 7[lib] 8path = "/dev/null" 9 10[dependencies] 11cc = "1.0.49" 12clap = { version = "4", default-features = false, features = ["error-context", "help", "std", "usage"] } 13codespan-reporting = "0.11.1" 14once_cell = "1.9" 15proc-macro2 = { version = "1.0.58", features = ["span-locations"] } 16quote = "1.0.4" 17scratch = "1" 18syn = { version = "2.0.1", features = ["full"] } 19