Alex Crichton 0fb31b2bc4 Don't enable nightly feature of proc-macro2
This is no longer needed as of rustc 1.30.0 and the `proc-macro2` crate will now
automatically detect whether it can use spans or not!
2018-08-28 17:24:43 -07:00

15 lines
318 B
TOML

[package]
name = "wasm-bindgen-test-macro"
version = "0.2.19"
authors = ["The wasm-bindgen Developers"]
description = "Internal testing macro for wasm-bindgen"
license = "MIT/Apache-2.0"
repository = "https://github.com/rustwasm/wasm-bindgen"
[dependencies]
proc-macro2 = "0.4"
quote = "0.6"
[lib]
proc-macro = true