aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2023-08-20 07:47:06 +0100
committerHayleigh Thompson <me@hayleigh.dev>2023-08-20 07:47:06 +0100
commit348c20849782c4ffa1c949625939b4318c60f13c (patch)
tree9a49adcb4084a8c70a72ecfc0e16029a12a75987
parenta72f92af11d8226522f7a1b6a6273caf1978d1c8 (diff)
downloadlustre-348c20849782c4ffa1c949625939b4318c60f13c.tar.gz
lustre-348c20849782c4ffa1c949625939b4318c60f13c.zip
:fire: Remove unused funtil dependency.
-rw-r--r--lib/gleam.toml2
-rw-r--r--lib/manifest.toml2
2 files changed, 0 insertions, 4 deletions
diff --git a/lib/gleam.toml b/lib/gleam.toml
index 542b44c..3c25dab 100644
--- a/lib/gleam.toml
+++ b/lib/gleam.toml
@@ -9,5 +9,3 @@ target = "javascript"
[dependencies]
gleam_stdlib = "~> 0.30"
-funtil = "~> 1.0"
-
diff --git a/lib/manifest.toml b/lib/manifest.toml
index a5dc3b1..b711276 100644
--- a/lib/manifest.toml
+++ b/lib/manifest.toml
@@ -2,10 +2,8 @@
# You typically do not need to edit this file
packages = [
- { name = "funtil", version = "1.0.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "funtil", source = "hex", outer_checksum = "408E301240E6039FA0D9AB24E648FC176DFB82486835AFE23FE59B40222CEC9A" },
{ name = "gleam_stdlib", version = "0.30.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "03710B3DA047A3683117591707FCA19D32B980229DD8CE8B0603EB5B5144F6C3" },
]
[requirements]
-funtil = { version = "~> 1.0" }
gleam_stdlib = { version = "~> 0.30" }