[package] name = "randnums_win" authors = ["poly000"] license-file = "license.txt" description = "generate some random positive integers and copy to clipboard" version = "0.1.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [profile.release] opt-level = "z" [dependencies] clipboard-win = "4.4.1" rand = "0.8.4"