aboutsummaryrefslogtreecommitdiffstats
path: root/mumctl/Cargo.toml
blob: 3467ffc67e08f4e6b5eb6e84366cd18d076394ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "mumctl"
version = "0.4.0"
authors = ["Gustav Sörnäs <gustav@sornas.net>",
           "Eskil Queseth <eskilq@kth.se>"]
edition = "2018"
description = """
CLI controller for mumd.
"""
repository = "https://github.com/sornas/mum"
license = "MIT"
readme = "../README.md"

[dependencies]
mumlib = { version = "0.4", path = "../mumlib" }

bincode = "1"
colored = "2"
log = "0.4"
structopt = "0.3"
serde = "1"

#cursive = "0.15"