aboutsummaryrefslogtreecommitdiff
path: root/base/Cargo.toml
blob: f82cff0176d3a81b48be7d84c59d59d506689b41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "ilc-base"
version = "0.2.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"
rustc-serialize = "0.3.18"