]> git.proxmox.com Git - rustc.git/blob - src/librustc_plugin/deprecated/Cargo.toml
New upstream version 1.40.0+dfsg1
[rustc.git] / src / librustc_plugin / deprecated / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustc_plugin"
4 version = "0.0.0"
5 build = false
6 edition = "2018"
7
8 [lib]
9 name = "rustc_plugin"
10 path = "lib.rs"
11 doctest = false
12
13 [dependencies]
14 rustc_plugin_impl = { path = ".." }