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

@@ -11,3 +11,6 @@ anyhow = { workspace = true }
thiserror = { workspace = true }
tracing = { workspace = true }
serde = { workspace = true }
[dev-dependencies]
serde_json = { workspace = true }