summaryrefslogtreecommitdiffstats
path: root/scopetime/Cargo.toml
blob: d98e4acf1a2b4a53747bf9bb2d14b17b43fa2df3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "scopetime"
version = "0.1.1"
authors = ["Stephan Dilly <dilly.stephan@gmail.com>"]
edition = "2018"
description = "log runtime of arbitrary scope"
homepage = "https://github.com/extrawurst/gitui"
repository = "https://github.com/extrawurst/gitui"
license = "MIT"
readme = "README.md"
categories = ["development-tools::profiling"]
keywords = ["profiling","logging"]

[dependencies]
log = "0.4"

[features]
default=[]
enabled=[]