fixes for cargo publish

This commit is contained in:
Andrea Fioraldi 2021-04-30 15:43:14 +02:00
parent 696d8be759
commit 22b72bac66

View File

@ -2,10 +2,13 @@
name = "libafl_frida" name = "libafl_frida"
version = "0.1.0" version = "0.1.0"
authors = ["s1341 <github@shmarya.net>"] authors = ["s1341 <github@shmarya.net>"]
description = "Frida backend library for LibAFL"
documentation = "https://docs.rs/libafl_frida"
repository = "https://github.com/AFLplusplus/LibAFL/"
license = "MIT OR Apache-2.0"
keywords = ["fuzzing", "frida", "instrumentation"]
edition = "2018" edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies] [build-dependencies]
cc = { version = "1.0", features = ["parallel"] } cc = { version = "1.0", features = ["parallel"] }