From 108f8f2ab494e4e8c5d4d50b300336645c9b17dd Mon Sep 17 00:00:00 2001 From: Luke Else Date: Fri, 26 May 2023 14:20:19 +0100 Subject: [PATCH] #5 Update cargo.toml and license to allow for publish to crates.io --- Cargo.toml | 4 ++++ LICENSE | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1f8069b..89437af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 diff --git a/LICENSE b/LICENSE index 2071b23..450473f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) +Copyright (c) 2023 Luke Else Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: