fix: add missing features
This commit is contained in:
parent
09fa982913
commit
d36d3300d0
3 changed files with 3 additions and 3 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue