Fix build errors: add rt-multi-thread feature and remove old bin files
This commit is contained in:
@@ -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-std"] }
|
||||
tokio = { version = "1.40", features = ["rt", "rt-multi-thread", "macros", "io-std"] }
|
||||
|
||||
# Database
|
||||
rusqlite = { version = "0.30", features = ["bundled"] }
|
||||
|
||||
Reference in New Issue
Block a user