From 59ff3f139143699ee4d6ddda46b3910b9e278809 Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Mon, 13 Mar 2023 22:46:23 +0100 Subject: Remove dependency on Paste. Turns out, Rust supports nested fn items. Sooo, the helpers can be defined right inside the functions that need them. In other words, there is no need for a separate module. --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4b3dfa4..eddd798 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,5 +10,4 @@ license = "MPL-2.0+" keywords = ["functor", "applicative", "monad", "category-theory", "haskell"] [dependencies] -higher = "0.2" -paste = "1.0" +higher = "0.2" \ No newline at end of file -- cgit v1.2.3