psychopath/sub_crates/halton/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

11 lines
171 B
TOML

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