mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-30 23:46:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			359 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			359 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.15.0"
 | |
| thiserror = "2.0.9"
 | |
| tracing = "0.1.41"
 | |
| uuid = { version = "1.11.0", features = ["serde", "v4"] }
 |