rust/rustc_tools_util/Cargo.toml
Eduard-Mihai Burtescu c70bfb2cac Revert "the cargo feature: edition 2018 is stabilized in current nightly"
This reverts commit 404a09d61cf7bc8e5d4e92ae9052a4e10d2ff07d.
2018-09-15 11:16:45 +03:00

9 lines
176 B
TOML

cargo-features = ["edition"]
[package]
name = "rustc_tools_util"
version = "0.1.0"
authors = ["Matthias Krüger <matthias.krueger@famsik.de>"]
edition = "2018"
[dependencies]