diff --git a/Cargo.toml b/Cargo.toml index 959ee69..d59b15c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "cull-gmail" -description = """Tool to assist in culling emails from a -gmail account using the gmail API""" +description = "Cull emails from a gmail account using the gmail API" version = "0.0.1" authors = ["Jeremiah Russell "] edition = "2024" @@ -22,6 +21,10 @@ include = [ ] [dependencies] +clap = { version = "4.5.48", features = ["derive"] } +clap-verbosity-flag = { version = "3.0.4", features = ["tracing"] } +env_logger = "0.11.8" +log = "0.4.28" [lints.clippy] uninlined-format-args = "warn"