aboutsummaryrefslogtreecommitdiffstats
path: root/mumctl/Cargo.toml
blob: 02326c8da6a4f5f3260b95d39e524a5f0421f049 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "mumctl"
version = "0.3.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"

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

clap = { version = "2.33", features = ["yaml"] }
colored = "2.0"
log = "0.4"
bincode = "1.3.2"

#cursive = "0.15"