From fe978a160e881b8ea573662909f93907a2ff11b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Sat, 26 Dec 2020 21:36:53 +0100 Subject: mumctl: update Cargo.toml for publishing --- mumctl/Cargo.toml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/mumctl/Cargo.toml b/mumctl/Cargo.toml index ffcb5ef..42188d2 100644 --- a/mumctl/Cargo.toml +++ b/mumctl/Cargo.toml @@ -3,13 +3,15 @@ name = "mumctl" version = "0.3.0" authors = ["Gustav Sörnäs ", "Eskil Queseth "] -license = "MIT" edition = "2018" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +description = """ +CLI controller for mumd. +""" +repository = "https://github.com/sornas/mum" +license = "MIT" [dependencies] -mumlib = { path = "../mumlib" } +mumlib = { version = "0.3", path = "../mumlib" } clap = { version = "2.33", features = ["yaml"] } colored = "2.0" -- cgit v1.2.1