working autocomplete now, with backwards deprecation
This commit is contained in:
@@ -22,6 +22,7 @@ thiserror = { workspace = true }
|
||||
|
||||
tracing = "0.1.41"
|
||||
tracing-subscriber = "0.3.19"
|
||||
async-trait = { workspace = true, optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
tokio-test = "0.4.4"
|
||||
@@ -29,7 +30,7 @@ tokio-test = "0.4.4"
|
||||
[features]
|
||||
default = []
|
||||
gui = ["ratatui"]
|
||||
autocomplete = ["tokio"]
|
||||
autocomplete = ["tokio", "async-trait"]
|
||||
|
||||
[[example]]
|
||||
name = "autocomplete"
|
||||
|
||||
Reference in New Issue
Block a user