From 19773edefb7dfd7574ca315582a54b5d6c40fd59 Mon Sep 17 00:00:00 2001 From: newcomb-luke Date: Tue, 3 Nov 2020 20:14:04 -0500 Subject: [PATCH] Updated Cargo.toml to contain the description and license --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 207fa70..80bec4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,12 @@ [package] name = "kdump" version = "0.1.0" -authors = ["newcomb-luke "] +authors = ["Luke Newcomb "] edition = "2018" +license = "GPLv3" +description = "A small utility that disassembles and reads KSM and KO files for use with KerbalOS." +homepage = "https://github.com/newcomb-luke/KDump" +readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html