summaryrefslogtreecommitdiff
path: root/examples/rust/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2025-02-12 19:13:23 +0100
committerHenry Gressmann <mail@henrygressmann.de>2025-02-12 19:13:23 +0100
commitd6493c277eb1104aaf72a8e0e6959ce3d1cc4932 (patch)
treea82452aeb44be6b79d15fc83ddfcbd12a965520a /examples/rust/Cargo.toml
parent7e668f9e321c941f38395e47a29501dce0fc81a9 (diff)
fix: fix build, improve error handling
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'examples/rust/Cargo.toml')
-rw-r--r--examples/rust/Cargo.toml4
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"