Also translated the Halton generator to rust and made it a crate where the code is generated by a build.rs file.
11 lines
171 B
TOML
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"
|