9 lines
134 B
TOML
9 lines
134 B
TOML
[package]
|
|
name = "hello_remote_world"
|
|
version = "0.1.0"
|
|
authors = ["VS Code <vscode@microsoft.com>"]
|
|
|
|
[lib]
|
|
path ="./src/lib/lib.rs"
|
|
|