From 06e9768f18296bd1be426c20089baf5a534e9b75 Mon Sep 17 00:00:00 2001 From: arexon Date: Wed, 21 Dec 2022 13:57:06 +0200 Subject: [PATCH] feat(haze_core): add metadata in cargo config --- crates/haze_core/Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/crates/haze_core/Cargo.toml b/crates/haze_core/Cargo.toml index dd0492c..0a645b3 100644 --- a/crates/haze_core/Cargo.toml +++ b/crates/haze_core/Cargo.toml @@ -1,9 +1,11 @@ [package] name = "haze_core" version = "1.3.0" +edition = "2021" description = "A simple command line tool to manage your Minecraft Bedrock worlds" author = "Arexon " -edition = "2021" +repository = "https://github.com/sedgeland/haze/" +license = "MIT" [dependencies] colored = "2.0.0"