micro-timer 0.1.2

Dumb tiny logging timer
Documentation
[package]
name = "micro-timer"
description = "Dumb tiny logging timer"
license-file = "LICENCE"
readme = "README.md"
version = "0.1.2"
authors = ["Raphaël Gomès <rgomes@octobus.net>"]
edition = "2018"
homepage = "https://heptapod.octobus.net/Alphare/micro-timer"
repository = "https://heptapod.octobus.net/Alphare/micro-timer"

[lib]
proc-macro = true

[dependencies]
syn = {version = "1.0.16", features = ["full", "extra-traits"]}
quote = "1.0.2"
proc-macro2 = "1.0.9"

[dev-dependencies]
log = "0.4.8"
pretty_assertions = "0.6.1"