[[bin]]
name = "doggo"
path = "src/main.rs"
[dependencies.chrono]
version = "0.4"
[dependencies.clap]
features = ["yaml"]
version = "2.33"
[dependencies.rand]
version = "0.7"
[lib]
name = "libdoggo"
path = "src/lib.rs"
[package]
authors = ["Vanessa McHale <tmchale@wisc.edu>"]
description = "Command line tool to evaluate the goodness of a doggo"
documentation = "https://github.com/vmchale/doggo-command-line#README"
exclude = [".gitignore"]
homepage = "https://github.com/vmchale/doggo-command-line"
license-file = "LICENSE"
name = "doggo"
readme = "README.md"
repository = "https://github.com/vmchale/doggo-command-line"
version = "0.1.16"
[profile.release]
lto = true