working on sqrt_rsqrt_kernel
[vector-math.git] / vector-math-build-helpers / Cargo.toml
1 [package]
2 name = "vector-math-build-helpers"
3 version = "0.1.0"
4 authors = ["Jacob Lifshay <programmerjake@gmail.com>"]
5 edition = "2018"
6 license = "MIT OR Apache-2.0"
7
8 [dependencies]
9 quote = "1.0"
10 proc-macro2 = "1.0"