[package] name = "lily" version = "0.4.0" authors = ["rabbit-time"] edition = "2021" license = "GPL-3.0-only" description = "A simple command-line tool to give you positivity and encouragement!" repository = "https://github.com/rabbit-time/lily" keywords = ["cli", "quotes", "positivity"] include = ["/src", "/quotes.txt"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] colored = "2.1.0" rand = "0.8.5"