Skip to content

Commit

Permalink
Add missing meta data to cargo toml to publish crate
Browse files Browse the repository at this point in the history
  • Loading branch information
Larusso committed Sep 6, 2023
1 parent 9c6b4ee commit fa113d4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions uvm_live_platform/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
[package]
name = "uvm_live_platform"
version = "0.1.0"
authors = ["Manfred Endres <manfred.endres@tslarusso.de>"]
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
Expand Down

0 comments on commit fa113d4

Please sign in to comment.