mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-30 23:46:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			461 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			461 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [package]
 | |
| name = "meili-snap"
 | |
| publish = false
 | |
| 
 | |
| version.workspace = true
 | |
| authors.workspace = true
 | |
| description.workspace = true
 | |
| homepage.workspace = true
 | |
| readme.workspace = true
 | |
| edition.workspace = true
 | |
| license.workspace = true
 | |
| 
 | |
| [dependencies]
 | |
| # fixed version due to format breakages in v1.40
 | |
| insta = { version = "=1.39.0", features = ["json", "redactions"] }
 | |
| md5 = "0.7.0"
 | |
| once_cell = "1.20"
 | |
| regex-lite = "0.1.6"
 | |
| uuid = { version = "1.17.0", features = ["v4"] }
 |