diff options
author | EuAndreh <eu@euandre.org> | 2021-08-06 16:57:21 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-08-06 16:57:21 -0300 |
commit | 529223e7046f06bcfd2c69cb2d3553da9fe75997 (patch) | |
tree | 8b773a505abce3217267b8ff5aefbf723bec5645 | |
parent | tests/dev-integration.sh: Use a single "disable" declaration (diff) | |
download | gistatic-529223e7046f06bcfd2c69cb2d3553da9fe75997.tar.gz gistatic-529223e7046f06bcfd2c69cb2d3553da9fe75997.tar.xz |
Remove old unused Cargo.toml and Cargo.lock files
-rw-r--r-- | Cargo.lock | 50 | ||||
-rw-r--r-- | Cargo.toml | 14 |
2 files changed, 0 insertions, 64 deletions
diff --git a/Cargo.lock b/Cargo.lock deleted file mode 100644 index 77103a3..0000000 --- a/Cargo.lock +++ /dev/null @@ -1,50 +0,0 @@ -# This file is automatically @generated by Cargo. -# It is not intended for manual editing. -version = 3 - -[[package]] -name = "cfg-if" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" - -[[package]] -name = "gistatic" -version = "0.1.0" -dependencies = [ - "mustache", -] - -[[package]] -name = "log" -version = "0.3.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b" -dependencies = [ - "log 0.4.14", -] - -[[package]] -name = "log" -version = "0.4.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" -dependencies = [ - "cfg-if", -] - -[[package]] -name = "mustache" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51956ef1c5d20a1384524d91e616fb44dfc7d8f249bf696d49c97dd3289ecab5" -dependencies = [ - "log 0.3.9", - "serde", -] - -[[package]] -name = "serde" -version = "1.0.126" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03" 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 = "*" |