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

[dependencies]
mumlib = { path = "../mumlib" }

clap = { version = "2.33", features = ["yaml"] }
log = "0.4"
ipc-channel = "0.14"

#cursive = "0.15"