Make trace-time publishable. (#8568)
This commit is contained in:
parent
24838bbcd3
commit
f20f9f376e
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user