aboutsummaryrefslogtreecommitdiff
path: root/ops/Cargo.toml
blob: 9a3187149ca1a9ddbe192767c0179cce38e2be69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "ilc-ops"
version = "0.1.2"
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"
ilc-base = "~0.2"
blist = "0.0.4"
bit-set = "0.3.0"