From 1fd83c35f815234679ad0c5ac49f1433540df48d Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Sun, 2 Apr 2023 23:24:56 +0200 Subject: Remove applicative keyword from cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e94fbfe..0553b21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ rust-version = "1.66.1" description = "A macro that creates a (naive) Free Monad type based on a user-supplied Functor. It uses the traits from the \"higher\" crate. This macro is a port of the Control.Monad.Free part of the \"free\" Haskell package by Edward Kmett." repository = "https://github.com/soulsource/higher-free-macro" license = "MPL-2.0+" -keywords = ["functor", "applicative", "monad", "category-theory", "haskell", "free-monad"] +keywords = ["functor", "monad", "category-theory", "haskell", "free-monad"] categories = ["mathematics", "data-structures"] [dependencies] -- cgit v1.2.3