diff options
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 = "*" |