Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1d27426..fd17d9e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,6 +14,7 @@ macro_rules_attribute = "0.2.0"
futures = "0.3.30"
pin-project = "1.1.5"
serde = { version = "1.0", optional = true }
+effectful = { path = "../effectful" }
[features]
default = ["std", "serde"]