ppc750cl/rand/Cargo.toml

14 lines
352 B
TOML
Raw Permalink Normal View History

[package]
name = "ppc750cl-rand"
2022-04-06 20:45:01 -07:00
version = "0.2.0"
edition = "2021"
2021-08-14 01:30:10 -07: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]
2022-04-06 20:45:01 -07:00
ppc750cl = { path = "../disasm", version = "0.2.0" }
2022-04-06 17:51:17 -07:00
rand_core = "0.6"
sfmt = "0.7"