squid_ewe 2.0.0

A helper tool for squid that extracts CFG metadata from C code
Documentation
[[bin]]
name = "ar"
path = "src/bin/ar.rs"

[[bin]]
name = "as"
path = "src/bin/as.rs"

[[bin]]
name = "gcc"
path = "src/bin/gcc.rs"

[[bin]]
name = "ld"
path = "src/bin/ld.rs"

[[bin]]
name = "wrapper"
path = "src/bin/wrapper.rs"

[dev-dependencies.goblin]
features = ["std", "elf32", "elf64"]
version = "0.6"

[lib]
name = "squid_ewe"
path = "src/lib.rs"

[package]
authors = ["Patrick D."]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A helper tool for squid that extracts CFG metadata from C code"
edition = "2021"
license = "MIT"
name = "squid_ewe"
readme = "README.md"
version = "2.0.0"