You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
315 B
TOML

[profile.bench]
debug = true
[workspace]
members = [
"memflow",
"memflow-ffi",
"memflow-bench",
]
default-members = [
"memflow",
"memflow-ffi",
"memflow-bench",
]
exclude = [
"nostd-test"
]
[patch.crates-io]
goblin = { git = "https://github.com/h33p/goblin", branch = "lossy-macho" }