aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-08-06 16:57:21 -0300
committerEuAndreh <eu@euandre.org>2021-08-06 16:57:21 -0300
commit529223e7046f06bcfd2c69cb2d3553da9fe75997 (patch)
tree8b773a505abce3217267b8ff5aefbf723bec5645 /Cargo.toml
parenttests/dev-integration.sh: Use a single "disable" declaration (diff)
downloadgistatic-529223e7046f06bcfd2c69cb2d3553da9fe75997.tar.gz
gistatic-529223e7046f06bcfd2c69cb2d3553da9fe75997.tar.xz
Remove old unused Cargo.toml and Cargo.lock files
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml14
1 files changed, 0 insertions, 14 deletions
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 = "*"