Andrea Fioraldi bca1f392a7
Bump to 0.7.1 (#465)
* bump to 0.7.1

* bump libafl_qemu
2022-01-13 11:32:57 +01:00

19 lines
480 B
TOML

[package]
name = "libafl_derive"
version = "0.7.1"
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>"]
description = "Derive proc-macro crate for LibAFL"
documentation = "https://docs.rs/libafl_derive"
repository = "https://github.com/AFLplusplus/LibAFL/"
readme = "../README.md"
license = "MIT OR Apache-2.0"
keywords = ["fuzzing", "testing"]
edition = "2021"
[lib]
proc-macro = true
[dependencies]
syn = { version = "1", features = ["full", "extra-traits"] }
quote = "1"