[package] name = "block_effects" version = "0.1.1" authors = ["TheNappap "] edition = "2018" description = "A macro to chain block effects" readme = "README.md" repository = "https://github.com/TheNappap/block_effects" license-file = "LICENSE" license = "MIT" keywords = ["block", "effect", "indentation", "unsafe"] categories = ["rust-patterns"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [lib] proc-macro = true