aboutsummaryrefslogtreecommitdiff
path: root/test-suite/Cargo.toml
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2017-11-12 15:17:52 -0800
committerDavid Tolnay <dtolnay@gmail.com>2017-11-12 23:46:34 -0800
commitd53db5c5335fb73389e5a78c190bf2a1903f3b6a (patch)
tree38d92a55f2bde9b02fe4cfb78dd9c8f6f29ee9e3 /test-suite/Cargo.toml
parent3ad6e71f53a87215fb5286bcf87de15524699561 (diff)
downloadmilf-rs-d53db5c5335fb73389e5a78c190bf2a1903f3b6a.tar.gz
milf-rs-d53db5c5335fb73389e5a78c190bf2a1903f3b6a.zip
A toml macro
Diffstat (limited to 'test-suite/Cargo.toml')
-rw-r--r--test-suite/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-suite/Cargo.toml b/test-suite/Cargo.toml
index 7c91787..10ffbcb 100644
--- a/test-suite/Cargo.toml
+++ b/test-suite/Cargo.toml
@@ -2,6 +2,7 @@
name = "toml_test_suite"
version = "0.0.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
+build = "build.rs"
publish = false
[build-dependencies]