summaryrefslogtreecommitdiff
path: root/examples/rust/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-09-11 21:56:15 +0200
committerHenry Gressmann <mail@henrygressmann.de>2024-09-11 21:56:15 +0200
commitfee68d05ba85be2a358c48697bdeba2bc360b9c6 (patch)
tree2ad1fdaacae403573888c76ae4afd950dd8a069a /examples/rust/Cargo.toml
parent4238c920b22136e35eff3c91e3a940dbbc553702 (diff)
chore: update deps, improve contributing guidelines, improve ci
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'examples/rust/Cargo.toml')
-rw-r--r--examples/rust/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rust/Cargo.toml b/examples/rust/Cargo.toml
index f88fde4..af2391a 100644
--- a/examples/rust/Cargo.toml
+++ b/examples/rust/Cargo.toml
@@ -16,7 +16,7 @@ argon2={version="0.5"}
[[bin]]
name="hello"
path="src/hello.rs"
-
+
[[bin]]
name="print"
path="src/print.rs"