ppc750cl/flow-graph/Cargo.toml

17 lines
469 B
TOML
Raw Normal View History

[package]
name = "ppc750cl-flow-graph"
2022-04-07 03:45:01 +00:00
version = "0.2.0"
edition = "2021"
authors = ["riidefi <riidefi@rii.dev>", "Richard Patel <me@terorie.dev>"]
license = "GPL-3.0-or-later"
description = "Control flow graph analysis for PowerPC 750CL"
repository = "https://github.com/terorie/ppc750cl"
[dependencies]
2022-04-07 02:07:15 +00:00
clap = "3"
2021-08-22 02:09:51 +00:00
dol = { version = "0.1.0", path = "../dol" }
itertools = "0.10"
2022-04-07 02:07:15 +00:00
parse_int = "0.6"
petgraph = "0.6"
2022-04-07 03:45:01 +00:00
ppc750cl = { version = "0.2.0", path = "../disasm" }