aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2025-08-31 21:14:01 +0200
committerAndreas Grois <andi@grois.info>2025-08-31 21:14:01 +0200
commitdd0a47c2b5a1cac869926b7a5bbfb447cc0efe8a (patch)
tree4db5ff34b431cb2331f0d820058a631766c10a8b
parente91614f6915252351cc666371e16964d290566d2 (diff)
Update Repo URLHEADv0.1.1main
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0553b21..956b994 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,14 +1,14 @@
[package]
name = "higher-free-macro"
-version = "0.1.0"
+version = "0.1.1"
edition = "2021"
authors = ["Andreas Grois", "stillalive studios"]
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"
+repository = "https://git.grois.info/higher-free-macro/"
license = "MPL-2.0+"
keywords = ["functor", "monad", "category-theory", "haskell", "free-monad"]
categories = ["mathematics", "data-structures"]
[dependencies]
-higher = "0.2" \ No newline at end of file
+higher = "0.2"