mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-31 07:56:28 +00:00 
			
		
		
		
	Add more enum-iterator related stuff
This commit is contained in:
		
				
					committed by
					
						 Clément Renault
						Clément Renault
					
				
			
			
				
	
			
			
			
						parent
						
							591527a99d
						
					
				
				
					commit
					b2c5bc67b7
				
			| @@ -9,23 +9,24 @@ edition = "2021" | ||||
| anyhow = "1.0.64" | ||||
| bincode = "1.3.3" | ||||
| csv = "1.1.6" | ||||
| derive_builder = "0.11.2" | ||||
| dump = { path = "../dump" } | ||||
| enum-iterator = "1.1.3" | ||||
| file-store = { path = "../file-store" } | ||||
| log = "0.4.14" | ||||
| meilisearch-types = { path = "../meilisearch-types" } | ||||
| roaring = { version = "0.10.0", features = ["serde"] } | ||||
| dump = { path = "../dump" } | ||||
| serde = { version = "1.0.136", features = ["derive"] } | ||||
| serde_json = { version = "1.0.85", features = ["preserve_order"] } | ||||
| synchronoise = "1.0.1" | ||||
| tempfile = "3.3.0" | ||||
| thiserror = "1.0.30" | ||||
| time = { version = "0.3.7", features = ["serde-well-known", "formatting", "parsing", "macros"] } | ||||
| uuid = { version = "1.1.2", features = ["serde", "v4"] } | ||||
| synchronoise = "1.0.1" | ||||
| derive_builder = "0.11.2" | ||||
|  | ||||
| [dev-dependencies] | ||||
| crossbeam = "0.8.2" | ||||
| nelson = { git = "https://github.com/meilisearch/nelson.git", rev = "675f13885548fb415ead8fbb447e9e6d9314000a"} | ||||
| insta = { version = "1.19.1", features = ["json", "redactions"] } | ||||
| big_s = "1.0.2" | ||||
| meili-snap = { path = "../meili-snap" } | ||||
| meili-snap = { path = "../meili-snap" } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user