gitui/scopetime/Cargo.toml

20 lines
440 B
TOML
Raw Permalink Normal View History

[package]
name = "scopetime"
2023-01-06 13:05:24 +03:00
version = "0.1.2"
2022-02-22 01:33:03 +03:00
authors = ["extrawurst <mail@rusticorn.com>"]
edition = "2021"
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"]
2021-11-28 15:38:44 +03:00
keywords = ["profiling", "logging"]
[dependencies]
log = "0.4"
[features]
2021-11-28 15:38:44 +03:00
default =[]
enabled =[]