diff --git a/Cargo.toml b/Cargo.toml index 0f96caa..c176388 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }