From 9975f9635cd1c2c58b6c1dbe47585859b0b1d573 Mon Sep 17 00:00:00 2001 From: Federico I Date: Tue, 17 Mar 2020 20:04:00 +0000 Subject: [rust] Difference of Squares --- difference-of-squares/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 difference-of-squares/Cargo.toml (limited to 'difference-of-squares/Cargo.toml') diff --git a/difference-of-squares/Cargo.toml b/difference-of-squares/Cargo.toml new file mode 100644 index 0000000..41e2b29 --- /dev/null +++ b/difference-of-squares/Cargo.toml @@ -0,0 +1,4 @@ +[package] +edition = "2018" +name = "difference-of-squares" +version = "1.2.0" -- cgit v1.2.3