[package] name = "hashmap-count" version = "0.1.0" authors = ["Minling Zhou "] edition = "2021" description = "command-line tool that counts the number of occurrences of each integer in a comma-separated list of integers" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.3.4", features = ["derive"] }