From 1283487b9fef46e9bd49546376bf0d0af981022c Mon Sep 17 00:00:00 2001 From: Haris <4259838+Wulf@users.noreply.github.com> Date: Tue, 2 Jan 2024 01:35:51 +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 b667a52d..09b60c90 100644 --- a/examples/todo/Cargo.toml +++ b/examples/todo/Cargo.toml @@ -1,4 +1,5 @@ [[bin]] +# binary to showcase dsync library usage name = "dsync" path = "src/dsync.rs"