[package] name = "happynum" version = "1.4.2" authors = ["Josh Jones "] edition = "2018" license = "MIT" description = "A package for determining happy numbers" readme = "README.md" repository = "https://github.com/jjmark15/happynum_rust" keywords = ["happy","number"] categories = ["science"] exclude = [".gitignore"] [dependencies] clap = "~2.33"