From e30029afe85376b9a37719e533e9675fce5a8f16 Mon Sep 17 00:00:00 2001 From: Tony Rewin Date: Mon, 2 Oct 2023 14:28:59 +0300 Subject: [PATCH] fixed-cargo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 316669e..1867f61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,4 +16,4 @@ futures = "0.3.28" [[bin]] name = "presense" -src = "src/main.rs" \ No newline at end of file +path = "./src/main.rs" \ No newline at end of file