diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2023-08-20 07:47:06 +0100 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2023-08-20 07:47:06 +0100 |
commit | 348c20849782c4ffa1c949625939b4318c60f13c (patch) | |
tree | 9a49adcb4084a8c70a72ecfc0e16029a12a75987 /lib/gleam.toml | |
parent | a72f92af11d8226522f7a1b6a6273caf1978d1c8 (diff) | |
download | lustre-348c20849782c4ffa1c949625939b4318c60f13c.tar.gz lustre-348c20849782c4ffa1c949625939b4318c60f13c.zip |
:fire: Remove unused funtil dependency.
Diffstat (limited to 'lib/gleam.toml')
-rw-r--r-- | lib/gleam.toml | 2 |
1 files changed, 0 insertions, 2 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" - |