Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "lolog"
version = "0.1.1"
authors = ["Henry Precheur <henry@precheur.org>"]
description = "Logging library"
repository = "https://github.com/henryprecheur/lolog/"
license_file = "LICENSE"

[dependencies]
log = "0.3"
time = "^0.1"