aboutsummaryrefslogtreecommitdiff
path: root/rust-analyzer-chromiumos-wrapper/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rust-analyzer-chromiumos-wrapper/Cargo.toml')
-rw-r--r--rust-analyzer-chromiumos-wrapper/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/rust-analyzer-chromiumos-wrapper/Cargo.toml b/rust-analyzer-chromiumos-wrapper/Cargo.toml
index a6deac24..9fcc0028 100644
--- a/rust-analyzer-chromiumos-wrapper/Cargo.toml
+++ b/rust-analyzer-chromiumos-wrapper/Cargo.toml
@@ -8,11 +8,10 @@ panic = "abort"
[dependencies]
anyhow = "1.0"
-lazy_static = "1.4"
log = { version = "0.4.17" }
-regex = "1.0"
serde_json = "1.0"
simplelog = { version = "0.12.0" }
+url = "2.5.0"
[features]
default = ["no_debug_log"]