[package] name = "factorialfunction" version = "0.1.1" authors = ["shawais786 "] edition = "2018" repository = "https://github.com/shawais786/factorialfunction.git" homepage = "https://github.com/shawais786/factorialfunction.git" license = "MIT/Apache-2.0" readme = "README.md" description = "factorialfunction takes an input of u32 and returns its factorial. " [dependencies]