mirror of
https://github.com/chatmail/core.git
synced 2026-04-02 05:22:14 +03:00
Bumps [bolero](https://github.com/camshaft/bolero) from 0.13.3 to 0.13.4. - [Changelog](https://github.com/camshaft/bolero/blob/master/CHANGELOG.md) - [Commits](https://github.com/camshaft/bolero/commits) --- updated-dependencies: - dependency-name: bolero dependency-version: 0.13.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
30 lines
544 B
TOML
30 lines
544 B
TOML
[package]
|
|
name = "deltachat-fuzz"
|
|
version = "0.0.0"
|
|
publish = false
|
|
edition = "2021"
|
|
license = "MPL-2.0"
|
|
|
|
[dev-dependencies]
|
|
bolero = "0.13.4"
|
|
|
|
[dependencies]
|
|
mailparse = { workspace = true }
|
|
deltachat = { path = ".." }
|
|
format-flowed = { path = "../format-flowed" }
|
|
|
|
[[test]]
|
|
name = "fuzz_dateparse"
|
|
path = "fuzz_targets/fuzz_dateparse.rs"
|
|
harness = false
|
|
|
|
[[test]]
|
|
name = "fuzz_mailparse"
|
|
path = "fuzz_targets/fuzz_mailparse.rs"
|
|
harness = false
|
|
|
|
[[test]]
|
|
name = "fuzz_format_flowed"
|
|
path = "fuzz_targets/fuzz_format_flowed.rs"
|
|
harness = false
|