Make trace-time publishable. (#8568)

This commit is contained in:
Tomasz Drwięga 2018-05-09 08:54:37 +02:00 committed by Afri Schoedon
parent 24838bbcd3
commit f20f9f376e
2 changed files with 3 additions and 1 deletions

View File

@ -9,7 +9,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
error-chain = "0.11"
log = "0.3"
smallvec = "0.4"
trace-time = { path = "../util/trace-time" }
trace-time = { path = "../util/trace-time", version = "0.1" }
[dev-dependencies]
ethereum-types = "0.3"

View File

@ -1,7 +1,9 @@
[package]
name = "trace-time"
description = "Easily trace time to execute a scope."
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
license = "GPL-3.0"
[dependencies]
log = "0.3"