Files
rust/Cargo.toml

9 lines
134 B
TOML
Raw Normal View History

2019-05-01 13:00:29 -07:00
[package]
name = "hello_remote_world"
version = "0.1.0"
2019-09-18 18:06:20 +02:00
authors = ["VS Code <vscode@microsoft.com>"]
[lib]
path ="./src/lib/lib.rs"
2019-05-01 13:00:29 -07:00