psychopath/sub_crates/spectra_xyz/Cargo.toml
Nathan Vegdahl b698a52f6c Split some more things out into sub-crates.
Also translated the Halton generator to rust and made it a crate
where the code is generated by a build.rs file.
2017-05-11 22:57:59 -07:00

10 lines
162 B
TOML

[package]
name = "spectra_xyz"
version = "0.1.0"
authors = ["Nathan Vegdahl <cessen@cessen.com>"]
license = "MIT"
[lib]
name = "spectra_xyz"
path = "src/lib.rs"