Better folder structure

This commit is contained in:
Aleksey Kladov 2020-02-18 11:56:18 +01:00
parent a349e5d4fc
commit 59e1207dac
4 changed files with 5 additions and 1 deletions

View file

@ -3,10 +3,15 @@ edition = "2018"
name = "ra_lsp_server"
version = "0.1.0"
authors = ["rust-analyzer developers"]
autobins = false
[lib]
doctest = false
[[bin]]
name = "ra_lsp_server"
path = "./src/bin/main.rs"
[dependencies]
anyhow = "1.0"
crossbeam-channel = "0.4"

View file

@ -77,7 +77,6 @@ fn no_docs_comments() {
"ra_hir",
"ra_hir_expand",
"ra_ide",
"ra_lsp_server",
"ra_mbe",
"ra_parser",
"ra_prof",