mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-27 05:56:26 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			360 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			360 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [package]
 | |
| name = "file-store"
 | |
| publish = false
 | |
| 
 | |
| version.workspace = true
 | |
| authors.workspace = true
 | |
| description.workspace = true
 | |
| homepage.workspace = true
 | |
| readme.workspace = true
 | |
| edition.workspace = true
 | |
| license.workspace = true
 | |
| 
 | |
| [dependencies]
 | |
| tempfile = "3.10.1"
 | |
| thiserror = "1.0.61"
 | |
| tracing = "0.1.40"
 | |
| uuid = { version = "1.10.0", features = ["serde", "v4"] }
 |