aboutsummaryrefslogtreecommitdiffstats
path: root/components/debugger/Cargo.toml
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2020-08-10 10:36:28 -0400
committerJosh Matthews <josh@joshmatthews.net>2020-08-10 10:37:00 -0400
commit79b3cc2a28d490de6a8c594bda6061f4e51513a4 (patch)
tree4dd77d3e76b09b7ddbac0472e2e16b9d4de90c1c /components/debugger/Cargo.toml
parent0cae5fd045bbf7099e144b8b888c93f862c798a3 (diff)
downloadservo-79b3cc2a28d490de6a8c594bda6061f4e51513a4.tar.gz
servo-79b3cc2a28d490de6a8c594bda6061f4e51513a4.zip
Remove stub debugger server.
Diffstat (limited to 'components/debugger/Cargo.toml')
-rw-r--r--components/debugger/Cargo.toml17
1 files changed, 0 insertions, 17 deletions
diff --git a/components/debugger/Cargo.toml b/components/debugger/Cargo.toml
deleted file mode 100644
index 41f9714f41b..00000000000
--- a/components/debugger/Cargo.toml
+++ /dev/null
@@ -1,17 +0,0 @@
-[package]
-name = "debugger"
-version = "0.0.1"
-authors = ["The Servo Project Developers"]
-license = "MPL-2.0"
-edition = "2018"
-publish = false
-
-[lib]
-name = "debugger"
-path = "lib.rs"
-crate_type = ["rlib"]
-
-[dependencies]
-crossbeam-channel = "0.4"
-log = "0.4"
-ws = "0.9"