subnet_calculator/Cargo.toml

13 lines
392 B
TOML
Raw Permalink Normal View History

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"
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]