From 529223e7046f06bcfd2c69cb2d3553da9fe75997 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 6 Aug 2021 16:57:21 -0300 Subject: Remove old unused Cargo.toml and Cargo.lock files --- Cargo.toml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml deleted file mode 100644 index c870e62..0000000 --- a/Cargo.toml +++ /dev/null @@ -1,14 +0,0 @@ -[package] -name = "gistatic" -version = "0.1.0" -edition = "2018" - -[lib] -path = "src/lib.rs" - -[[bin]] -name = "gistatic" -path = "src/main.rs" - -[dependencies] -mustache = "*" -- cgit v1.2.3