mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-31 07:56:28 +00:00 
			
		
		
		
	move the fuzzer to its own crate
This commit is contained in:
		
							
								
								
									
										20
									
								
								fuzzers/Cargo.toml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								fuzzers/Cargo.toml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,20 @@ | ||||
| [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.0", features = ["derive"] } | ||||
| clap = { version = "4.3.0", features = ["derive"] } | ||||
| fastrand = "1.9.0" | ||||
| milli = { path = "../milli" } | ||||
| serde = { version = "1.0.160", features = ["derive"] } | ||||
| serde_json = { version = "1.0.95", features = ["preserve_order"] } | ||||
| tempfile = "3.5.0" | ||||
		Reference in New Issue
	
	Block a user