Skip to content

Commit 682ed93

Browse files
authored
remove unused dependencies (lapce#3296)
1 parent 4af4244 commit 682ed93

File tree

4 files changed

+2
-17
lines changed

4 files changed

+2
-17
lines changed

Cargo.lock

-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lapce-app/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ backtrace = { workspace = true }
1313
chrono = { workspace = true }
1414
clap = { workspace = true }
1515
crossbeam-channel = { workspace = true }
16-
directories = { workspace = true }
1716
flate2 = { workspace = true }
1817
globset = { workspace = true }
1918
im = { workspace = true }

lapce-core/Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ edition = { workspace = true }
77
rust-version = { workspace = true }
88

99
[dependencies]
10-
anyhow = { workspace = true }
1110
directories = { workspace = true }
1211
itertools = { workspace = true }
1312
once_cell = { workspace = true }
@@ -56,4 +55,4 @@ lang-rust = ["dep:tree-sitter-rust"]
5655
lang-toml = ["dep:tree-sitter-toml"]
5756

5857
[build-dependencies]
59-
anyhow.workspace = true
58+
anyhow = { workspace = true }

lapce-proxy/Cargo.toml

+1-7
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,13 @@ globset = { workspace = true }
1717
indexmap = { workspace = true }
1818
interprocess = { workspace = true }
1919
notify = { workspace = true }
20-
once_cell = { workspace = true }
2120
parking_lot = { workspace = true }
2221
regex = { workspace = true }
2322
reqwest = { workspace = true }
2423
serde = { workspace = true }
2524
serde_json = { workspace = true }
26-
strum = { workspace = true }
27-
strum_macros = { workspace = true }
2825
tar = { workspace = true }
2926
toml = { workspace = true }
30-
toml_edit = { workspace = true }
3127
tracing = { workspace = true }
3228
tracing-log = { workspace = true }
3329
url = { workspace = true }
@@ -72,6 +68,4 @@ git = "https://github.com/lapce/wasi-experimental-http"
7268
# path = "../../wasi-experimental-http/crates/wasi-experimental-http-wasmtime"
7369

7470
[target.'cfg(target_os = "macos")'.dependencies]
75-
cocoa = "0.25"
76-
objc = "0.2"
77-
libc = "0.2"
71+
libc = "0.2"

0 commit comments

Comments
 (0)