2023-01-19 12:30:37 +00:00
|
|
|
[package]
|
|
|
|
name = "subnet_calculator"
|
2023-08-05 12:15:13 +00:00
|
|
|
version = "0.2.0"
|
2023-01-19 12:30:37 +00:00
|
|
|
edition = "2021"
|
2023-05-26 13:20:19 +00:00
|
|
|
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"
|
2023-01-19 12:30:37 +00:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|