aboutsummaryrefslogblamecommitdiff
path: root/aero-dav/fuzz/Cargo.toml
blob: a450853ab3618c4b57fed23653522dbe5efef367 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                        

                                                                     


                                                                                                                                                        
                       

           





                            
[package]
name = "aerogramme-fuzz"
version = "0.0.0"
publish = false
edition = "2021"

[package.metadata]
cargo-fuzz = true

[dependencies]
arbitrary = { version = "1", optional = true, features = ["derive"] }
libfuzzer-sys = { version = "0.4", features = ["arbitrary-derive"] }
tokio = { version = "1.18", default-features = false, features = ["rt", "rt-multi-thread", "io-util", "net", "time", "macros", "sync", "signal", "fs"] }
quick-xml = { version = "0.31", features = ["async-tokio"] }

[dependencies.aero-dav]
path = ".."

[[bin]]
name = "dav"
path = "fuzz_targets/dav.rs"
test = false
doc = false
bench = false