mirror of
https://github.com/openharmony/third_party_rust_tinyvec.git
synced 2026-07-19 22:33:42 -04:00
12054cc899
Fuzz: drop workarounds for operations that may panic now that rutenspitz compares panic behavior
14 lines
315 B
TOML
14 lines
315 B
TOML
[package]
|
|
name = "tinyvec-fuzz"
|
|
version = "0.1.0"
|
|
authors = []
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
tinyvec = { path = "..", features = ["alloc", "nightly_slice_partition_dedup"] }
|
|
rutenspitz = "0.2.1"
|
|
honggfuzz = "0.5.45"
|
|
arbitrary = { version = "0.4.5", features = ["derive"] }
|
|
better-panic = "0.2.0"
|