From 4dfa8fa22bc70c96adc902ded4b8795cab061627 Mon Sep 17 00:00:00 2001 From: Genny Date: Tue, 6 Oct 2020 20:05:35 -0500 Subject: Initial commit Messy code, but it bloody works! Well, the tests don't fail, which is a great start! --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..dc07e9a --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "gifed" +version = "0.1.0" +authors = ["Brad Alfirevic "] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] -- cgit 1.4.1-3-g733a5