ppc750cl/rand/Cargo.toml

14 lines
352 B
TOML
Raw Normal View History

[package]
name = "ppc750cl-rand"
2021-08-16 22:40:13 +00:00
version = "0.1.1"
edition = "2021"
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-16 22:40:13 +00:00
ppc750cl = { path = "../disasm", version = "0.1.1" }
2022-04-07 00:51:17 +00:00
rand_core = "0.6"
sfmt = "0.7"