[package] name = "random_sequence" version = "0.1.1" authors = ["jonay2000 "] edition = "2018" description = "Generate a random shuffle of the numbers between start (inclusive) and end (exclusive)" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.8.3" primes = "0.3.0" num = "0.4.0"