aboutsummaryrefslogtreecommitdiffstats
path: root/fuzz/Cargo.toml
blob: 8f6621d9371680b99affcbf1ef3714d6a1e4a032 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "fuzz"
version = "0.1.0"
edition = "2021"

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

[dependencies]
afl = "*"
vt100 = { path = ".." }
serde = { version = "1.0.130", features = ["derive"] }
serde_json = "1.0.69"