mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-11-03 17:36:29 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			540 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			540 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
name = "fuzzers"
 | 
						|
publish = false
 | 
						|
 | 
						|
version.workspace = true
 | 
						|
authors.workspace = true
 | 
						|
description.workspace = true
 | 
						|
homepage.workspace = true
 | 
						|
readme.workspace = true
 | 
						|
edition.workspace = true
 | 
						|
license.workspace = true
 | 
						|
 | 
						|
[dependencies]
 | 
						|
arbitrary = { version = "1.3.2", features = ["derive"] }
 | 
						|
clap = { version = "4.4.17", features = ["derive"] }
 | 
						|
fastrand = "2.0.1"
 | 
						|
milli = { path = "../milli" }
 | 
						|
serde = { version = "1.0.195", features = ["derive"] }
 | 
						|
serde_json = { version = "1.0.111", features = ["preserve_order"] }
 | 
						|
tempfile = "3.9.0"
 |