mirror of
https://github.com/extrawurst/gitui.git
synced 2024-11-23 11:42:56 +03:00
17 lines
340 B
TOML
17 lines
340 B
TOML
[package]
|
|
name = "scopetime"
|
|
version = "0.1.1"
|
|
authors = ["Stephan Dilly <dilly.stephan@gmail.com>"]
|
|
edition = "2018"
|
|
description = "log runtime of arbitrary scope"
|
|
homepage = "https://gitui.org"
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
categories = ["development-tools::profiling"]
|
|
|
|
[dependencies]
|
|
log = "0.4"
|
|
|
|
[features]
|
|
default=[]
|
|
enabled=[] |