mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-28 00:00:11 +02:00
19 lines
418 B
TOML
19 lines
418 B
TOML
[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"
|