From cebbff7c8cd3e938557234df04caf552cfa5535c Mon Sep 17 00:00:00 2001 From: Haris <4259838+Wulf@users.noreply.github.com> Date: Tue, 2 Jan 2024 01:36:11 +0000 Subject: [PATCH] Update examples/todo/Cargo.toml Co-authored-by: hasezoey --- examples/todo/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/todo/Cargo.toml b/examples/todo/Cargo.toml index 09b60c90..7db6ded4 100644 --- a/examples/todo/Cargo.toml +++ b/examples/todo/Cargo.toml @@ -4,6 +4,7 @@ name = "dsync" path = "src/dsync.rs" [[bin]] +# binary to run dsync compiled models name = "example" path = "src/example.rs"