feat(dependencies): add async-stream and bytes to Cargo.toml and Cargo.lock
Some checks failed
CI / Check / Test (push) Has been cancelled

refactor(adapters): update diary.rs to use BoxStream from futures
This commit is contained in:
2026-06-12 01:20:45 +02:00
parent d9234ecd11
commit aec5f6b058
7 changed files with 56 additions and 10 deletions

View File

@@ -38,6 +38,7 @@ resolver = "2"
tokio = { version = "1.0", features = ["macros", "net", "rt", "rt-multi-thread", "sync", "time"] }
bytes = "1"
futures = "0.3"
async-stream = "0.3"
dotenvy = "0.15"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"