Files
tokio/tokio-trace/tokio-trace-core/Cargo.toml
T

19 lines
418 B
TOML
Raw Normal View History

2019-02-19 12:15:01 -08:00
[package]
name = "tokio-trace-core"
version = "0.1.0"
authors = ["Eliza Weisman <[email protected]>"]
license = "MIT"
repository = "https://github.com/tokio-rs/tokio"
homepage = "https://tokio.rs"
description = """
Core primitives for tokio-trace.
"""
categories = ["development-tools::debugging"]
keywords = ["logging", "tracing"]
# Not yet ready for production.
publish = false
[dependencies]
lazy_static = "1.0.0"