]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_plugin_impl/Cargo.toml
Use `hash_one` to simplify some other doctests
[rust.git] / compiler / rustc_plugin_impl / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustc_plugin_impl"
4 version = "0.0.0"
5 build = false
6 edition = "2018"
7
8 [lib]
9 doctest = false
10
11 [dependencies]
12 rustc_middle = { path = "../rustc_middle" }
13 rustc_errors = { path = "../rustc_errors" }
14 rustc_hir = { path = "../rustc_hir" }
15 rustc_lint = { path = "../rustc_lint" }
16 rustc_metadata = { path = "../rustc_metadata" }
17 rustc_ast = { path = "../rustc_ast" }
18 rustc_session = { path = "../rustc_session" }
19 rustc_span = { path = "../rustc_span" }