blob: ce52481699d3c5a6fa8fa381fbf91d0276cbc99f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[package]
name = "ilc-ops"
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]
# ilc-base = "*"
ilc-base = { path = "../base" }
blist = "0.0.4"
|