aeiou 0.1.0

Algebraic effects
[dependencies.aeiou-macros]
optional = true
version = "0.1.0"

[[example]]
name = "hello-world"
path = "examples/hello_world.rs"
required-features = ["derive"]

[features]
derive = ["aeiou-macros"]

[package]
authors = ["Vladislav Melnik <vladislav.melnik@protonmail.com>"]
description = "Algebraic effects"
edition = "2018"
license = "MIT"
name = "aeiou"
repository = "https://github.com/vlad9486/aeiou.git"
version = "0.1.0"