[package] name = "or-iterator" version = "0.1.1" authors = ["Taehoon Moon "] edition = "2018" description = "Rust iterator which takes two iterators and returns non-empty one" readme = "README.md" repository = "https://github.com/panarch/or-iterator" license = "MIT" keywords = ["iterator", "or", "lazy"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]