From 736b180d5ba0719b99485145c3ba852185b05858 Mon Sep 17 00:00:00 2001 From: Jonathan Palardy Date: Sat, 30 Dec 2023 17:39:56 -0800 Subject: [PATCH] Remove erroneous .toml-e file --- exercises/practice/pop-count/gleam.toml-e | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 exercises/practice/pop-count/gleam.toml-e diff --git a/exercises/practice/pop-count/gleam.toml-e b/exercises/practice/pop-count/gleam.toml-e deleted file mode 100644 index a740fe17d..000000000 --- a/exercises/practice/pop-count/gleam.toml-e +++ /dev/null @@ -1,11 +0,0 @@ -name = "packages" -version = "0.1.0" - -[dependencies] -gleam_bitwise = "~> 1.2" -gleam_otp = "~> 0.7" -gleam_stdlib = "~> 0.30" -simplifile = "~> 0.1" - -[dev-dependencies] -exercism_test_runner = "~> 1.4"