Fix: tokio feature name io-stdio -> io-std
This commit is contained in:
@@ -16,7 +16,7 @@ path = "src/main.rs"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
# CLI and async
|
# CLI and async
|
||||||
clap = { version = "4.5", features = ["derive"] }
|
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
|
# Database
|
||||||
rusqlite = { version = "0.30", features = ["bundled"] }
|
rusqlite = { version = "0.30", features = ["bundled"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user