Fix: tokio feature name io-stdio -> io-std

This commit is contained in:
Claude
2025-11-05 18:07:58 +00:00
parent 98739fe11d
commit 1a489a7150

View File

@@ -16,7 +16,7 @@ path = "src/main.rs"
[dependencies]
# CLI and async
clap = { version = "4.5", features = ["derive"] }
tokio = { version = "1.40", features = ["rt", "macros", "io-stdio"] }
tokio = { version = "1.40", features = ["rt", "macros", "io-std"] }
# Database
rusqlite = { version = "0.30", features = ["bundled"] }