aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2023-03-13 22:46:23 +0100
committerAndreas Grois <andi@grois.info>2023-03-13 22:46:23 +0100
commit59ff3f139143699ee4d6ddda46b3910b9e278809 (patch)
tree927fb9b771de36fb6ecac71f591df8bf87de36bd /Cargo.toml
parentdf50354efa3f4a153359e560ced99c18cbfc2e17 (diff)
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.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
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