mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-11-03 17:36:29 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			479 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			479 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
name = "xtask"
 | 
						|
version.workspace = true
 | 
						|
authors.workspace = true
 | 
						|
description = "Workspace automation tool following the xtask pattern <https://github.com/matklad/cargo-xtask>"
 | 
						|
homepage.workspace = true
 | 
						|
readme.workspace = true
 | 
						|
edition.workspace = true
 | 
						|
license.workspace = true
 | 
						|
 | 
						|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 | 
						|
 | 
						|
[dependencies]
 | 
						|
cargo_metadata = "0.18.1"
 | 
						|
clap = { version = "4.4.14", features = ["derive"] }
 |