[package] name = "motivate" version = "0.1.0" edition = "2018" authors = ["Grant Handy "] description = "A command line tool that gets motivational quotes" license = "MIT" homepage = "https://github.com/grantshandy/motivate" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ureq = "1.5.5" clap = "2.33.3" serde_json = "1.0.64" rand = "0.8.4"