diff options
Diffstat (limited to 'examples/rust/Cargo.toml')
| -rw-r--r-- | examples/rust/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/rust/Cargo.toml b/examples/rust/Cargo.toml index d557392..837f7f3 100644 --- a/examples/rust/Cargo.toml +++ b/examples/rust/Cargo.toml @@ -17,6 +17,10 @@ name="hello" path="src/hello.rs" [[bin]] +name="print" +path="src/print.rs" + +[[bin]] name="tinywasm" path="src/tinywasm.rs" |
