Co-authored-by: tahahawa <tahahawa@gmail.com> Reviewed-on: https://git.nationtech.io/NationTech/harmony/pulls/69
		
			
				
	
	
		
			13 lines
		
	
	
		
			303 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			303 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
name = "example-ntfy"
 | 
						|
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
 | 
						|
url.workspace = true
 |