From f3781b7ca403941d71a2aa314dcada3b5c2a22d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Sch=C3=B6nberg?= Date: Sat, 21 Apr 2018 20:47:12 +0200 Subject: [PATCH] Add crates.io link to Readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 11bb5b4..67f316c 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ A library for working with the Language Server Protocol, as either client or server. (LSP protocol only, not tied to any particular language engine) +## Crates.io + +https://crates.io/crates/rust_lsp + ## Examples: See full server/client example here: