mirror of
				https://github.com/0glabs/0g-storage-node.git
				synced 2025-11-04 08:37:27 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			308 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			308 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
name = "zgs_version"
 | 
						|
version = "0.1.0"
 | 
						|
authors = ["Paul Hauner <paul@paulhauner.com>"]
 | 
						|
edition = "2021"
 | 
						|
 | 
						|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 | 
						|
 | 
						|
[dependencies]
 | 
						|
git-version = "0.3.5"
 | 
						|
target_info = "0.1.0"
 | 
						|
 | 
						|
[dev-dependencies]
 | 
						|
regex = "1.5.6"
 |