From d7eaf757e6c99a444b53ea12d74fc4b1b0a7b007 Mon Sep 17 00:00:00 2001 From: William Ball Date: Thu, 9 Jul 2020 07:33:13 -0700 Subject: [PATCH] fixed typo --- squarefree/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/squarefree/Cargo.toml b/squarefree/Cargo.toml index 3482c62..37ff262 100644 --- a/squarefree/Cargo.toml +++ b/squarefree/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "non_squarefree" +name = "squarefree" version = "0.1.0" authors = ["William Ball "] edition = "2018"