From fa113d4e11661ebfd934825f0bf28b0c15498708 Mon Sep 17 00:00:00 2001 From: Manfred Endres Date: Wed, 6 Sep 2023 08:36:51 +0200 Subject: [PATCH] Add missing meta data to cargo toml to publish crate --- uvm_live_platform/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/uvm_live_platform/Cargo.toml b/uvm_live_platform/Cargo.toml index 4b278d30..7e89b06a 100644 --- a/uvm_live_platform/Cargo.toml +++ b/uvm_live_platform/Cargo.toml @@ -1,6 +1,13 @@ [package] name = "uvm_live_platform" version = "0.1.0" +authors = ["Manfred Endres "] +description = "Methods to connect to the unity live platform service." +repository = "https://github.com/Larusso/unity-version-manager" +readme = "../README.md" +keywords = ["unity","version-manager"] +categories = ["development-tools"] +license = "Apache-2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html