From 8b3e3390ba5d166ccf5b9ea8dad648f4d27fb81d Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 4 Jun 2021 12:19:00 -0300 Subject: src/: Remove subdirectories --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index bc5875a..c870e62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,11 +4,11 @@ version = "0.1.0" edition = "2018" [lib] -path = "src/lib/lib.rs" +path = "src/lib.rs" [[bin]] name = "gistatic" -path = "src/cli/main.rs" +path = "src/main.rs" [dependencies] mustache = "*" -- cgit v1.2.3