view Cargo.toml @ 5:0138438fae34 v0.2.2

Bump -> 0.2.2
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 12 Oct 2019 13:21:20 +0200
parents 051fea58a3c5
children
line wrap: on
line source

[package]
name = "time-test"
version = "0.2.2"
authors = ["Lewin Bormann <lewin@lewin-bormann.info>"]
license = "MIT"
description = "Measure how long your test cases take with one simple macro."
repository = "https://bitbucket.org/dermesser/time_test"
documentation = "https://docs.rs/time-test"
edition = "2018"

[dependencies]
time = "0.1"