13 lines
		
	
	
		
			392 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			392 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
name = "subnet_calculator"
 | 
						|
version = "0.2.0"
 | 
						|
edition = "2021"
 | 
						|
description = "Subnet Calculator written in Rust"
 | 
						|
license = "MIT"
 | 
						|
homepage = "https://git.luke-else.co.uk/luke-else/subnet_calculator"
 | 
						|
repository = "https://git.luke-else.co.uk/luke-else/subnet_calculator"
 | 
						|
 | 
						|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 | 
						|
 | 
						|
[dependencies]
 |