aboutsummaryrefslogtreecommitdiff
path: root/formats/weechat/Cargo.toml
blob: 10d3ccb87303548ff91bc0a0b2a6577d5517d39a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "ilc-format-weechat"
version = "0.1.0"
description = "IRC log converter/collector/cruncher"
homepage = "https://github.com/tilpner/ilc"
license = "Apache-2.0"
repository = "https://github.com/tilpner/ilc"
authors = ["Till Höppner <till@hoeppner.ws>"]

[dependencies]
log = "0.3.5"
chrono = "0.2.19"
# ilc-base = "*"
ilc-base = { path = "../../base" }