From c550395e3ead2893cc1f72cef49c28b4fe2b8337 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Sat, 26 Dec 2020 21:24:52 +0100 Subject: mumd: update Cargo.toml for publishing --- mumd/Cargo.toml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'mumd') diff --git a/mumd/Cargo.toml b/mumd/Cargo.toml index 14ae241..777a6ce 100644 --- a/mumd/Cargo.toml +++ b/mumd/Cargo.toml @@ -3,10 +3,12 @@ name = "mumd" 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 = """ +Mumble client daemon. +""" +repository = "https://github.com/sornas/mum" +license = "MIT" [features] default = ["notifications"] @@ -14,7 +16,7 @@ default = ["notifications"] notifications = ["libnotify"] [dependencies] -mumlib = { path = "../mumlib" } +mumlib = { version = "0.3", path = "../mumlib" } argparse = "0.2" bytes = "0.5" -- cgit v1.2.1