Files
rust/Cargo.toml
Jonathan Carter 0207c629b9 Initial commit
2019-05-01 13:00:29 -07:00

8 lines
154 B
TOML

[package]
name = "hello_remote_world"
version = "0.1.0"
authors = ["VS Code <vscode@microsoft.com>"]
[[bin]]
name = "hello_remote_world"
path = "main.rs"