blob: 2160b1142c41690868d5f470fdc5769c7fc48b63 [file] [log] [blame]
[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"] }