[package] name = "fp-collections" version = "0.0.2" description = "An alternate collections library for rust" authors = ["Akshay Nair ", "Melwyn Saldanha "] edition = "2018" license = "MIT" keywords = ["collections", "collection", "list", "set", "ocaml"] repository = "https://github.com/phenax/collections" readme = "README.md" # Add scripts (Install cargo-cmd: cargo install cargo-cmd) [package.metadata.commands] lint = "cargo clippy && cargo fmt -- --check" fix = "cargo clippy && cargo fmt" cov = "cargo test && cargo cmd coverage" coverage = "bash .github/workflows/generate-coverage.sh" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]