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