mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
a5f0778c38
PiperOrigin-RevId: 603161919
7 lines
101 B
TOML
7 lines
101 B
TOML
[package]
|
|
name = "hello-world"
|
|
version = "0.1.0"
|
|
|
|
[[bin]]
|
|
name = "hello-world"
|
|
path = "helloworld.rs" |