mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
wip: Async async. Delay response handling with a callback.
This commit is contained in:
parent
ad3325db8e
commit
2a3910c1d9
8 changed files with 213 additions and 97 deletions
|
@ -44,3 +44,6 @@ pulldown-cmark = { version = "0.8", default-features = false }
|
|||
|
||||
# config
|
||||
toml = "0.5"
|
||||
|
||||
serde_json = "1.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue