aboutsummaryrefslogtreecommitdiffstats
path: root/mumctl/Cargo.toml
blob: 18c9d8263e980be3524e3535b1a6f8faefa278b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "mumctl"
version = "0.1.0"
authors = ["Gustav Sörnäs <gustav@sornas.net>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
#cursive = "0.15"
ipc-channel = "0.14"
serde = { version = "1.0", features = ["derive"] }
clap = "2.33"