diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2020-12-26 21:24:52 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2020-12-26 21:51:32 +0100 |
| commit | c550395e3ead2893cc1f72cef49c28b4fe2b8337 (patch) | |
| tree | 4cbdf6449d8328b1b79c9868126ed0f83f26b02e /mumd/Cargo.toml | |
| parent | f9a2f9c5a9d35062a4d2fc422581cff232b19ee4 (diff) | |
| download | mum-c550395e3ead2893cc1f72cef49c28b4fe2b8337.tar.gz | |
mumd: update Cargo.toml for publishing
Diffstat (limited to 'mumd/Cargo.toml')
| -rw-r--r-- | mumd/Cargo.toml | 10 |
1 files changed, 6 insertions, 4 deletions
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 <gustav@sornas.net>", "Eskil Queseth <eskilq@kth.se>"] -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" |
