Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 6ec66af

Browse files
committed
Move existing RLS crate to a separate folder
1 parent b460aa3 commit 6ec66af

29 files changed

+2
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ build = "build.rs"
1313
[lib]
1414
name = "rls"
1515
doctest = false
16+
path = "rls/src/lib.rs"
1617

1718
[[bin]]
1819
name = "rls"
1920
test = false
21+
path = "rls/src/main.rs"
2022

2123
[dependencies]
2224
cargo = { git = "https://github.com/rust-lang/cargo", rev = "4e74e2fc0908524d17735c768067117d3e84ee9c" }
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)