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 /Cargo.toml | |
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
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 14 |
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 = "*" |