aboutsummaryrefslogtreecommitdiffstats
path: root/mumlib/Cargo.toml
blob: 43bd8c57be9aa7ece6d31dca7f097e68008bdd86 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "mumlib"
version = "0.3.0"
authors = ["Gustav Sörnäs <gustav@sornas.net>",
           "Eskil Queseth <eskilq@kth.se>"]
edition = "2018"
description = """
Exposed parts of mum.
"""
repository = "https://github.com/sornas/mum"
license = "MIT"

[dependencies]
colored = "2.0"
dirs = "3"
fern = "0.6"
log = "0.4"
serde = { version = "1.0", features = ["derive"] }
toml = "0.5"