diff options
| author | Dominik Maier <domenukk@gmail.com> | 2021-02-27 15:52:36 +0100 |
|---|---|---|
| committer | Dominik Maier <domenukk@gmail.com> | 2021-02-27 15:52:36 +0100 |
| commit | c219502f0fe654927c3f74f9791f786f0740f344 (patch) | |
| tree | f6960facbd01bf0573199a9320aeb94a32653f1b /custom_mutators/rust/example/Cargo.toml | |
| parent | a5da9ce42cab1eab93cf80ca744944ae26e6ab58 (diff) | |
| download | afl++-c219502f0fe654927c3f74f9791f786f0740f344.tar.gz | |
some rust cleanup
Diffstat (limited to 'custom_mutators/rust/example/Cargo.toml')
| -rw-r--r-- | custom_mutators/rust/example/Cargo.toml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/custom_mutators/rust/example/Cargo.toml b/custom_mutators/rust/example/Cargo.toml index 0c89b200..070d23b1 100644 --- a/custom_mutators/rust/example/Cargo.toml +++ b/custom_mutators/rust/example/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "example" +name = "example_mutator" version = "0.1.0" authors = ["Julius Hohnerlein <julihoh@users.noreply.github.com>"] edition = "2018" @@ -9,5 +9,7 @@ edition = "2018" [dependencies] custom_mutator = { path = "../custom_mutator" } -[lib] +[[example]] +name = "example_mutator" +path = "./src/example_mutator.rs" crate-type = ["cdylib"] \ No newline at end of file |
