Files
Jing Chen a5f0778c38 Add a hello world docker image test for rust runtime.
PiperOrigin-RevId: 603161919
2024-01-31 14:38:10 -08:00

7 lines
101 B
TOML

[package]
name = "hello-world"
version = "0.1.0"
[[bin]]
name = "hello-world"
path = "helloworld.rs"