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 5c6b710..da238ad 100644 --- a/examples/rust/Cargo.toml +++ b/examples/rust/Cargo.toml @@ -23,6 +23,10 @@ name="hello" path="src/hello.rs" [[bin]] +name="host_fn" +path="src/host_fn.rs" + +[[bin]] name="print" path="src/print.rs" |
