#5 Update cargo.toml and license to allow for publish to crates.io
This commit is contained in:
@ -2,6 +2,10 @@
|
||||
name = "subnet_calculator"
|
||||
version = "0.1.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
|
||||
|
||||
|
Reference in New Issue
Block a user