2020-03-22 04:17:03 +03:00
|
|
|
[package]
|
|
|
|
name = "scopetime"
|
2020-03-24 23:01:58 +03:00
|
|
|
version = "0.1.1"
|
2020-03-22 04:17:03 +03:00
|
|
|
authors = ["Stephan Dilly <dilly.stephan@gmail.com>"]
|
|
|
|
edition = "2018"
|
2020-03-24 22:57:37 +03:00
|
|
|
description = "log runtime of arbitrary scope"
|
2020-04-28 12:15:05 +03:00
|
|
|
homepage = "https://github.com/extrawurst/gitui"
|
|
|
|
repository = "https://github.com/extrawurst/gitui"
|
2020-03-24 22:57:37 +03:00
|
|
|
license = "MIT"
|
2020-03-24 22:59:51 +03:00
|
|
|
readme = "README.md"
|
2020-03-24 23:20:06 +03:00
|
|
|
categories = ["development-tools::profiling"]
|
2020-03-22 04:17:03 +03:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
log = "0.4"
|
|
|
|
|
|
|
|
[features]
|
|
|
|
default=[]
|
|
|
|
enabled=[]
|