openethereum/util/trace-time/Cargo.toml

10 lines
202 B
TOML
Raw Normal View History

[package]
name = "trace-time"
2018-05-09 08:54:37 +02:00
description = "Easily trace time to execute a scope."
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
2018-05-09 08:54:37 +02:00
license = "GPL-3.0"
[dependencies]
log = "0.3"