mirror of
https://github.com/gitui-org/gitui
synced 2026-05-22 16:38:28 +00:00
19 lines
440 B
TOML
19 lines
440 B
TOML
[package]
|
|
name = "scopetime"
|
|
version = "0.1.2"
|
|
authors = ["extrawurst <mail@rusticorn.com>"]
|
|
edition = "2021"
|
|
description = "log runtime of arbitrary scope"
|
|
homepage = "https://github.com/gitui-org/gitui"
|
|
repository = "https://github.com/gitui-org/gitui"
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
categories = ["development-tools::profiling"]
|
|
keywords = ["logging", "profiling"]
|
|
|
|
[dependencies]
|
|
log = "0.4"
|
|
|
|
[features]
|
|
default = []
|
|
enabled = []
|