17 lines
472 B
TOML
17 lines
472 B
TOML
[package]
|
|
name = "ppc750cl-flow-graph"
|
|
version = "0.1.1"
|
|
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]
|
|
clap = "2.33"
|
|
dol = { version = "0.1.0", path = "../dol" }
|
|
itertools = "0.10"
|
|
parse_int = "0.5"
|
|
petgraph = "0.6"
|
|
ppc750cl = { version = "0.1.1", path = "../disasm" }
|