[package] name = "d2_iterators_rustc" version = "0.1.0" authors = ["Barry Quigley "] edition = "2018" license = "MIT" keywords = ["iterators", "generics"] description = "Demo upload: do not use this crate" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "d2_iterators" path = "src/lib.rs" [[bin]] name = "d2_printout" path = "src/main.rs" [dependencies] itertools = "0.8.2"