gitui/scopetime/Cargo.toml
2020-03-24 20:59:51 +01:00

16 lines
No EOL
294 B
TOML

[package]
name = "scopetime"
version = "0.1.0"
authors = ["Stephan Dilly <dilly.stephan@gmail.com>"]
edition = "2018"
description = "log runtime of arbitrary scope"
homepage = "https://gitui.org"
license = "MIT"
readme = "README.md"
[dependencies]
log = "0.4"
[features]
default=[]
enabled=[]