fuzzilli 0.1.0

Rust implementation of the Fuzzilli JavaScript engine fuzzer
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "fuzzilli"
version = "0.1.0"
description = "Rust implementation of the Fuzzilli JavaScript engine fuzzer"
authors = ["bynx <drtychai@protonmail.com>"]
license = "AGPL-3.0"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]