From 476b55dc3e6f4cdcff5f464d59472743d339838f Mon Sep 17 00:00:00 2001 From: alterdekim Date: Sat, 5 Oct 2024 02:46:31 +0300 Subject: [PATCH] modified: Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 157a414..f4f835c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ readme = "README.md" [lib] crate-type = ["cdylib"] +path = "src/main.rs" [dependencies] clap = "2.33"