2021-08-14 01:28:16 +00:00
|
|
|
[package]
|
|
|
|
name = "ppc750cl-rand"
|
2022-04-07 03:45:01 +00:00
|
|
|
version = "0.2.0"
|
2022-04-06 13:13:55 +00:00
|
|
|
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"
|
2021-08-14 01:28:16 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2022-04-07 03:45:01 +00:00
|
|
|
ppc750cl = { path = "../disasm", version = "0.2.0" }
|
2022-04-07 00:51:17 +00:00
|
|
|
rand_core = "0.6"
|
|
|
|
sfmt = "0.7"
|