Skip to content

Commit

Permalink
Remove unused packages from cargo toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Feel-ix-343 committed Feb 27, 2024
1 parent 5b5108d commit e13f2bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 203 deletions.
194 changes: 0 additions & 194 deletions Cargo.lock

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

13 changes: 4 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,16 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
cached = "0.48.1"
futures = "0.3.29"
itertools = "0.10.5"
nanoid = "0.4.0"
nucleo-matcher = {path = "./matcher"}
nucleo-matcher = { path = "./matcher" }
once_cell = "1.18.0"
pathdiff = "0.2.1"
rand = "0.8.5"
rayon = "1.7.0"
regex = "1.10.2"
ropey = "1.6.1"
serde = {version="1.0.196", features=["derive"]}
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
tokio = { version="1.34.0", features=["full"]}
tower-lsp = {git = "https://github.com/Feel-ix-343/tower-lsp"}
tree-sitter = "0.20.10"
tree-sitter-md = "0.1.5"
tokio = { version = "1.34.0", features = ["full"] }
tower-lsp = { git = "https://github.com/Feel-ix-343/tower-lsp" }
walkdir = "2.4.0"

0 comments on commit e13f2bc

Please sign in to comment.