diff --git a/Cargo.lock b/Cargo.lock index 8085642..0ac50be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 4 [[package]] name = "cull-gmail" -version = "0.1.0" +version = "0.0.0" diff --git a/Cargo.toml b/Cargo.toml index 74f6925..5f47bd7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "cull-gmail" description = """Tool to assist in culling emails from a gmail account using the gmail API""" -version = "0.1.0" +version = "0.0.0" authors = ["Jeremiah Russell "] edition = "2024" rust-version = "1.87"