mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-25 00:00:18 +02:00
24 lines
608 B
TOML
24 lines
608 B
TOML
[package]
|
|
name = "tokio-trace-core"
|
|
# When releasing to crates.io:
|
|
# - Update html_root_url.
|
|
# - Update doc url
|
|
# - Cargo.toml
|
|
# - README.md
|
|
# - Update CHANGELOG.md.
|
|
# - Create "v0.1.x" git tag.
|
|
version = "0.1.0"
|
|
authors = ["Tokio Contributors <[email protected]>"]
|
|
license = "MIT"
|
|
repository = "https://github.com/tokio-rs/tokio"
|
|
homepage = "https://tokio.rs"
|
|
documentation = "https://docs.rs/tokio-trace-core/0.1.0/tokio_trace_core"
|
|
description = """
|
|
Core primitives for tokio-trace.
|
|
"""
|
|
categories = ["development-tools::debugging"]
|
|
keywords = ["logging", "tracing"]
|
|
|
|
[dependencies]
|
|
lazy_static = "1.0.0"
|