mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-31 16:06:31 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			491 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			491 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [package]
 | |
| name = "helpers"
 | |
| version = "0.24.1"
 | |
| authors = ["Clément Renault <clement@meilisearch.com>"]
 | |
| edition = "2018"
 | |
| 
 | |
| [dependencies]
 | |
| anyhow = "1.0.56"
 | |
| byte-unit = { version = "4.0.14", default-features = false, features = ["std"] }
 | |
| heed = { git = "https://github.com/meilisearch/heed", tag = "v0.12.1" }
 | |
| milli = { path = "../milli" }
 | |
| stderrlog = "0.5.1"
 | |
| structopt = { version = "0.3.26", default-features = false }
 | |
| 
 | |
| [target.'cfg(target_os = "linux")'.dependencies]
 | |
| jemallocator = "0.3.2"
 |