Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"] |