From d448788d99bc84a812321101d72cdce776f7fd16 Mon Sep 17 00:00:00 2001 From: Andrea Fioraldi Date: Mon, 5 Jul 2021 15:57:19 +0200 Subject: [PATCH] update Cargo.toml --- qemu_libafl_bridge/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qemu_libafl_bridge/Cargo.toml b/qemu_libafl_bridge/Cargo.toml index 64d72aa78b..baae5155cc 100644 --- a/qemu_libafl_bridge/Cargo.toml +++ b/qemu_libafl_bridge/Cargo.toml @@ -2,6 +2,10 @@ name = "qemu_libafl_bridge" version = "0.1.0" authors = ["Andrea Fioraldi "] +description = "Frida backend library for LibAFL" +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