18 lines
486 B
TOML
18 lines
486 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 = "*"
|
||
|
xmpp-proxy = { version = "*", default-features = false, features = [] }
|
||
|
tokio = { version = "1.4", features = ["net", "rt", "rt-multi-thread", "macros", "io-util"] }
|
||
|
sha256 = "1.0.2"
|
||
|
rxml = "0.1.0"
|
||
|
|
||
|
[patch.crates-io]
|
||
|
xmpp-proxy = { path = "../" }
|