ppc750cl/rand/Cargo.toml

14 lines
349 B
TOML
Raw Normal View History

[package]
name = "ppc750cl-rand"
version = "0.1.0"
edition = "2018"
2021-08-14 08:30:10 +00:00
authors = ["Richard Patel <me@terorie.dev>"]
license = "GPL-3.0-or-later"
description = "Generate random PowerPC 750CL instructions"
repository = "https://github.com/terorie/ppc750cl"
[dependencies]
2021-08-14 08:30:10 +00:00
ppc750cl = { path = "../lib", version = "0.1.0" }
rand_core = "0.5"
sfmt = "0.6"