fix: add missing features

This commit is contained in:
Jindřich Moravec 2024-02-05 23:42:06 +01:00
parent 09fa982913
commit d36d3300d0
3 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ anyhow = { workspace = true }
async-trait = { workspace = true }
clap = { workspace = true, features = ["derive"] }
rand = { workspace = true }
tokio = { workspace = true, features = ["io-util", "macros", "net", "rt-multi-thread"] }
tokio = { workspace = true, features = ["io-util", "macros", "net", "rt-multi-thread", "time"] }
minisql = { path = "../minisql" }
parser = { path = "../parser" }