[package] name = "partition_eithers" version = "0.1.0" authors = ["jekto_vatimeliju "] edition = "2018" license = "MIT" description = "ports Haskell's `Data.Either.partitionEithers :: [Either a b] -> ([a], [b])` into Rust" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]