[package] name = "randnum" version = "0.2.0" authors = ["DevOrc "] description = "A crate for generating random numbers the command line. See the README on github for more info" repository = "https://github.com/DevOrc/randnum/tree/master/src" license = "MIT" [dependencies] rand = "0.3.15"