mirror of
https://github.com/openharmony/third_party_rust_tinyvec.git
synced 2026-07-19 22:33:42 -04:00
50b84c54b1
Closes https://github.com/Lokathor/tinyvec/issues/18 We could discuss the "goals" section more of course, but for now it's enough to call that issue closed.
15 lines
372 B
TOML
15 lines
372 B
TOML
[package]
|
|
name = "tinyvec-fuzz"
|
|
version = "0.1.0"
|
|
authors = []
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
tinyvec = { path = "..", features = ["alloc", "nightly_slice_partition_dedup"] }
|
|
arbitrary-model-tests = { git = "https://github.com/jakubadamw/arbitrary-model-tests" }
|
|
honggfuzz = "0.5.45"
|
|
arbitrary = "0.2.0"
|
|
better-panic = "0.2.0"
|
|
derive_arbitrary = "0.2.0"
|