[package] name = "unsolicited-advice" version = "0.2.0" authors = ["Geert-Johan Riemer "] edition = "2018" description = "Prints a line of unsolicited advice." license = "BSD-3-Clause" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.5.9", features = ["derive"] } rand = "0.8.3"