gitui/scopetime/Cargo.toml
Stephan Dilly 444e14631d cargo-sort
2021-11-28 13:38:48 +01:00

20 lines
448 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://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 =[]