feat(application): export_diary::execute returns BoxStream<Bytes>

This commit is contained in:
2026-06-12 01:11:36 +02:00
parent 9c44330f14
commit d4c42f8567
2 changed files with 8 additions and 8 deletions

View File

@@ -15,6 +15,7 @@ sha2 = { workspace = true }
rand = { workspace = true }
hex = { workspace = true }
serde_json = { workspace = true }
bytes = { workspace = true }
[features]
xlsx = []