[package] name = "garando_errors" version = "0.1.0" # remember to update html_root_url authors = ["Yuki Okushi "] license = "MIT/Apache-2.0" description = "Backport of librustc_errors" repository = "https://github.com/JohnTitor/garando" documentation = "https://docs.rs/garando_errors" readme = "README.md" include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"] edition = "2018" [dependencies] libc = "0.2" serde = { version = "1.0", features = ["derive"] } garando_pos = { version = "0.1", path = "../garando_pos" } term = "0.6" unicode-xid = "0.2"