convert proc-macro for generating Context trait to a build script in hopes of getting...
[vector-math.git] / vector-math-build-helpers / Cargo.toml
diff --git a/vector-math-build-helpers/Cargo.toml b/vector-math-build-helpers/Cargo.toml
new file mode 100644 (file)
index 0000000..842264b
--- /dev/null
@@ -0,0 +1,10 @@
+[package]
+name = "vector-math-build-helpers"
+version = "0.1.0"
+authors = ["Jacob Lifshay <programmerjake@gmail.com>"]
+edition = "2018"
+license = "MIT OR Apache-2.0"
+
+[dependencies]
+quote = "1.0"
+proc-macro2 = "1.0"