aboutsummaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
blob: 1973cd3285d6fa2ff59a9a7828fbc46df33e0f14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "ilc-cli"
version = "0.1.0"
authors = ["Till Höppner <till@hoeppner.ws>"]

[features]
default = ["ilc-format-weechat", "ilc-format-energymech"]

[dependencies]
log = "0.3.5"
clap = "2.1.2"
chrono = "0.2.19"
env_logger = "0.3.2"
glob = "0.2.10"
# ilc-base = "*"
ilc-base = { path = "../base" }
# ilc-ops = "*"
ilc-ops = { path = "../ops" }
# ilc-format-weechat = { optional = true, version = "*" }
ilc-format-weechat = { optional = true, path = "../formats/weechat" }
# ilc-format-energymech = { optional = true, version = "*" }
ilc-format-energymech = { optional = true, path = "../formats/energymech" }