[package] name = "propane" version = "0.1.0" authors = ["Without Boats "] edition = "2018" license = "MIT OR Apache-2.0" description = "a generator syntax experiment" repository = "https://github.com/withoutboats/propane" documentation = "https://docs.rs/propane" keywords = ["iterators", "generators"] [dependencies.propane-macros] path = "./propane-macros" version = "0.1.0" [workspace]