mirror of
https://github.com/openharmony/third_party_rust_tinyvec.git
synced 2026-07-18 20:34:34 -04:00
14 lines
313 B
TOML
14 lines
313 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"
|
|
honggfuzz = "0.5.45"
|
|
arbitrary = { version = "0.4.5", features = ["derive"] }
|
|
better-panic = "0.2.0"
|