commit | f54ddaa4250e571a02bc835671f6d9b2aafaf654 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sat Aug 10 12:58:37 2019 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Sat Aug 10 12:58:37 2019 -0700 |
tree | 0c899863061763f188034c7ca03febd20cc7ebcb | |
parent | 9fe95addf19b5d730981974c00639ecfcac5d29e [diff] |
Build scripts with the right name are detected automatically
diff --git a/Cargo.toml b/Cargo.toml index 08dad3e..5a902a0 100644 --- a/Cargo.toml +++ b/Cargo.toml
@@ -8,7 +8,6 @@ repository = "https://github.com/alexcrichton/proc-macro2" homepage = "https://github.com/alexcrichton/proc-macro2" documentation = "https://docs.rs/proc-macro2" -build = "build.rs" edition = "2018" description = """ A stable implementation of the upcoming new `proc_macro` API. Comes with an