blob: cc75f7b9ab20d1e8e20a20c3af6cd46539307554 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[package]
authors = ["The Rust Project Developers"]
name = "rustc_plugin"
version = "0.0.0"
build = false
edition = "2018"
[lib]
name = "rustc_plugin"
path = "lib.rs"
doctest = false
[dependencies]
rustc_plugin_impl = { path = ".." }
|