From b5d50f46dada755d387d375a082a49329a214664 Mon Sep 17 00:00:00 2001 From: "Samuel E. Moelius" <35515885+smoelius@users.noreply.github.com> Date: Mon, 22 Feb 2021 06:05:40 -0500 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 2e1fb8c..1c92559 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,8 @@ version = "0.1.0" authors = ["Michael Rosenberg ", "Claudia Richoux "] edition = "2018" license = "AGPL-3.0" +description = "Find the ideal fuzz targets in a Rust codebase" +repository = "https://github.com/trailofbits/siderophile" [lib] name = "siderophile_callgraph"