15 lines
441 B
TOML
15 lines
441 B
TOML
[package]
|
|
name = "fuzz"
|
|
version = "0.1.0"
|
|
authors = ["moparisthebest <admin@moparisthebest.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
afl = "0.12.12"
|
|
xmpp-proxy = { path = "..", default-features = false, features = [] }
|
|
tokio = { version = "1.9", features = ["net", "rt", "rt-multi-thread", "macros", "io-util"] }
|
|
sha256 = "1.1.1"
|
|
rxml = "0.9.1"
|