Skip to content

Commit 740e77c

Browse files
authored
Add nimtrace package (#3236)
1 parent f89c9c3 commit 740e77c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

packages.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23613,6 +23613,22 @@
2361323613
"license": "Apache-2.0",
2361423614
"web": "https://github.com/haxscramper/nimtraits"
2361523615
},
23616+
{
23617+
"name": "nimtrace",
23618+
"url": "https://github.com/copyleftdev/nimtrace",
23619+
"method": "git",
23620+
"tags": [
23621+
"tracing",
23622+
"observability",
23623+
"opentelemetry",
23624+
"logging",
23625+
"instrumentation",
23626+
"library"
23627+
],
23628+
"description": "Zero-cost structured tracing framework for Nim, inspired by Rust's tracing crate",
23629+
"license": "MIT",
23630+
"web": "https://github.com/copyleftdev/nimtrace"
23631+
},
2361623632
{
2361723633
"name": "deser_json",
2361823634
"url": "https://github.com/gabbhack/deser_json",

0 commit comments

Comments
 (0)