gitui/scopetime/Cargo.toml

18 lines
409 B
TOML
Raw Normal View History

[package]
name = "scopetime"
2020-03-24 23:01:58 +03:00
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"
2020-03-24 22:59:51 +03:00
readme = "README.md"
2020-03-24 23:20:06 +03:00
categories = ["development-tools::profiling"]
[dependencies]
log = "0.4"
[features]
default=[]
enabled=[]