2021-07-06 12:12:43 +02:00

19 lines
485 B
TOML

[package]
name = "qemu_libafl_bridge"
version = "0.2.0"
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>"]
description = "QEMU and LibAFL bridge lib"
repository = "https://github.com/AFLplusplus/qemu-libafl-bridge/"
license = "MIT OR Apache-2.0"
readme = "../README.md"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
num = "0.4"
num_enum = "0.5.1"
[build-dependencies]
cc = { version = "1.0" }