12 lines
		
	
	
		
			306 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			306 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
name = "example_validate_ceph_cluster_health"
 | 
						|
edition = "2024"
 | 
						|
version.workspace = true
 | 
						|
readme.workspace = true
 | 
						|
license.workspace = true
 | 
						|
 | 
						|
[dependencies]
 | 
						|
harmony = { version = "0.1.0", path = "../../harmony" }
 | 
						|
harmony_cli = { version = "0.1.0", path = "../../harmony_cli" }
 | 
						|
tokio.workspace = true
 |