Files
tantivy/stacker/fuzz_test/Cargo.toml
2024-01-31 10:30:21 +01:00

16 lines
297 B
TOML

[package]
name = "fuzz_test"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ahash = "0.8.7"
rand = "0.8.5"
rand_distr = "0.4.3"
tantivy-stacker = { version = "0.2.0", path = ".." }
[workspace]