mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2025-12-23 02:29:57 +00:00
16 lines
297 B
TOML
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]
|
|
|