Skip to content

Commit

Permalink
Add missing tokio_util
Browse files Browse the repository at this point in the history
  • Loading branch information
kossnocorp committed Dec 31, 2024
1 parent 0c73e37 commit dc1bbef
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ path = "src/main.rs"
async-lsp = { version = "0.2.1", features = ["tokio"] }
futures = "0.3.31"
tokio = { version = "1.42.0", features = ["full"] }
tokio-util = "0.7.13"
tower = "0.5.2"
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
Expand Down

0 comments on commit dc1bbef

Please sign in to comment.