[package] name = "rustc_errors" version = "0.1.2" edition = "2021" authors = ["zongzhe1024@163.com"] license = "Apache-2.0 OR MIT" description = "Reuse rustc_errors for compiler_base" readme = "README.md" homepage = "https://github.com/kcl-lang/kcl" repository = "https://github.com/kcl-lang/kcl" keywords = ["rustc", "rustc_errors"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] termcolor = "1.0" [target.'cfg(windows)'.dependencies] winapi = { version = "0.3", features = ["handleapi", "synchapi", "winbase"] }