gitui/scopetime/Cargo.toml
Stephan D 4a0e58ae15
msrv 160 (#1279)
* bump edition
* msrv 160
* upgrade clap and more deps
2022-08-17 16:30:54 +02:00

20 lines
440 B
TOML

[package]
name = "scopetime"
version = "0.1.1"
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"
readme = "README.md"
categories = ["development-tools::profiling"]
keywords = ["profiling", "logging"]
[dependencies]
log = "0.4"
[features]
default =[]
enabled =[]