feat(exporters): add build() and available_names() factory

This commit is contained in:
2026-03-23 01:44:02 +01:00
parent 8933a2e690
commit f3c81a370c
3 changed files with 59 additions and 0 deletions

View File

@@ -8,3 +8,4 @@ thiserror = "2.0.18"
tracing = "0.1.44"
tracing-subscriber = { version = "0.3.23", features = ["env-filter"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1"