[workspace] [package] name = "micro-timer" description = "Dumb tiny logging timer" license-file = "LICENCE" readme = "README.md" version = "0.4.0" authors = ["Raphaël Gomès "] edition = "2018" homepage = "https://foss.heptapod.net/octobus/rust/micro-timer" repository = "https://foss.heptapod.net/octobus/rust/micro-timer" [dependencies] scopeguard = "1.1.0" micro-timer-macros = { path = "libs/micro-timer-macros", version = "0.4.0" } [dev-dependencies] log = "0.4.8"