view Cargo.toml @ 4:051fea58a3c5

Update to Rust 2018 and remove warnings
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 12 Oct 2019 13:21:09 +0200
parents 09cdb220b85c
children 0138438fae34
line wrap: on
line source

[package]
name = "time-test"
version = "0.2.1"
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"