ppc750cl/flow-graph/Cargo.toml

17 lines
469 B
TOML
Raw Normal View History

[package]
name = "ppc750cl-flow-graph"
2022-04-06 20:45:01 -07: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-06 19:07:15 -07:00
clap = "3"
2021-08-21 19:09:51 -07:00
dol = { version = "0.1.0", path = "../dol" }
itertools = "0.10"
2022-04-06 19:07:15 -07:00
parse_int = "0.6"
petgraph = "0.6"
2022-04-06 20:45:01 -07:00
ppc750cl = { version = "0.2.0", path = "../disasm" }