You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
432 B
TOML

[package]
name = "fuzzer"
version = "0.1.0"
authors = ["oberien <jaro.fietz@gmx.de>"]
edition = "2018"
[dependencies]
syn = { version = "0.15", features = ["full"] }
itertools = "0.8"
walkdir = "2.2"
pulldown-cmark = { path = ".." }
ndarray = "0.12"
ndarray-stats = "0.2"
rand = "0.7"
rand_xoshiro = "0.4"
num_cpus = "1.10"
crossbeam-utils = "0.6"
libc = "0.2"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"