summaryrefslogtreecommitdiff
path: root/support/texlab/crates/jsonrpc/Cargo.toml
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-05-23 03:00:39 +0000
committerNorbert Preining <norbert@preining.info>2021-05-23 03:00:39 +0000
commitf1261b349e875b842745b63258c3e338cb1fe3bf (patch)
treeb5d402b3e80818cde2c079a42249f3dcb9732247 /support/texlab/crates/jsonrpc/Cargo.toml
parent58aa1ac09b1d9e4769d0a0661cf12e2b2db41b14 (diff)
CTAN sync 202105230300
Diffstat (limited to 'support/texlab/crates/jsonrpc/Cargo.toml')
-rw-r--r--support/texlab/crates/jsonrpc/Cargo.toml20
1 files changed, 0 insertions, 20 deletions
diff --git a/support/texlab/crates/jsonrpc/Cargo.toml b/support/texlab/crates/jsonrpc/Cargo.toml
deleted file mode 100644
index c5cec72074..0000000000
--- a/support/texlab/crates/jsonrpc/Cargo.toml
+++ /dev/null
@@ -1,20 +0,0 @@
-[package]
-name = "jsonrpc"
-version = "0.1.0"
-authors = [
- "Eric Förster <eric.foerster@outlook.com>",
- "Patrick Förster <patrick.foerster@outlook.de>"]
-edition = "2018"
-
-[lib]
-doctest = false
-
-[dependencies]
-async-trait = "0.1"
-chashmap = "2.2"
-futures = "0.3"
-log = "0.4"
-serde = { version = "1.0", features = ["derive", "rc"] }
-serde_json = "1.0"
-serde_repr = "0.1"
-tokio = { version = "0.2", features = ["rt-core"] }