11 lines
226 B
TOML
11 lines
226 B
TOML
[package]
|
|
license = "Apache-2.0"
|
|
name = "xai-tracing-macros"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
description = "Tracing-based utility macros for timestamped logging and timing"
|
|
|
|
[dependencies]
|
|
|
|
[lints]
|
|
workspace = true
|