Merge pull request #5 from Johanneslueke/vscode-remote-try-rust

Vscode remote try rust
This commit is contained in:
Chuck Lantz
2019-09-27 09:12:59 -07:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -3,6 +3,6 @@ name = "hello_remote_world"
version = "0.1.0"
authors = ["VS Code <vscode@microsoft.com>"]
[[bin]]
name = "hello_remote_world"
path = "main.rs"
[lib]
path ="./src/lib/lib.rs"

0
src/lib/lib.rs Normal file
View File