Commit Graph

22 Commits

Author SHA1 Message Date
Jeremiah Russell
0e68aa5560 feat(dependencies): add lazy-regex dependency
- add lazy-regex to improve regex performance
2025-10-16 11:21:40 +01:00
Jeremiah Russell
c53ad65368 feat(cli): add config file support
- load configuration from a file
- use config crate for config loading
- allow overriding config with environment variables
- set default credential path
- fix error handling for config loading
2025-10-15 16:08:38 +01:00
Jerus Bot
eeeca08e92 chore: Release cull-gmail v0.0.9 2025-10-14 16:22:52 +00:00
Jerus Bot
68a7931308 chore: Release cull-gmail v0.0.8 2025-10-14 06:50:44 +00:00
Jerus Bot
c76cd42c1d chore: Release cull-gmail v0.0.7 2025-10-12 07:19:53 +00:00
Jeremiah Russell
3cbe7eb4ed feat(cli): add chrono crate as a dependency
- add chrono crate for date and time handling
2025-10-11 09:35:12 +01:00
Jerus Bot
1c148f8d31 chore: Release cull-gmail v0.0.6 2025-10-09 21:55:06 +00:00
Jeremiah Russell
f59c534312 ♻️ refactor(project): move main.rs to cli directory
- move main.rs to src/cli/main.rs to better reflect its role as a cli entrypoint
2025-10-09 17:03:04 +01:00
Jerus Bot
661aac7d67 chore: Release cull-gmail v0.0.5 2025-10-08 16:40:05 +00:00
Jeremiah Russell
122d000d6b feat(build): add toml dependency
- add toml crate for configuration file parsing
2025-10-07 15:59:18 +01:00
Jerus Bot
e2087c07a0 chore: Release cull-gmail v0.0.4 2025-10-07 05:23:38 +00:00
Jerus Bot
7ba4b09fc2 chore: Release cull-gmail v0.0.3 2025-10-04 06:55:23 +00:00
Jerus Bot
40c3f6a7a5 chore: Release cull-gmail v0.0.2 2025-10-03 13:51:10 +00:00
Jeremiah Russell
9248e8d0d1 📦 build(dependencies): remove unused google-clis-common
- remove google-clis-common crate from dependencies
- it is no longer needed in the project
2025-10-02 15:33:00 +01:00
Jeremiah Russell
45739531ac 📦 build(deps): update dependencies
- update clap to 4.5.48
- update clap-verbosity-flag to 3.0.4
- update env_logger to 0.11.8
- add google-clis-common 7.0.0
- update google-gmail1 to 6.0.0
- update log to 0.4.28
- update serde to 1.0.228
- update serde_json to 1.0.145
- add thiserror 2.0.17
- update tokio to 1.47.1
2025-10-02 15:33:00 +01:00
Jeremiah Russell
1d9a127827 📦 build(dependencies): add new dependencies
- add google-gmail1 version 6.0.0
- add serde with derive features, version 1.0.228
- add serde_json version 1.0.145
- add tokio with macros and rt-multi-thread features, version 1.47.1
2025-10-01 14:18:35 +01:00
Jeremiah Russell
01da79cf8c 📦 build(dependencies): update Cargo.toml with new dependencies
- add clap, clap-verbosity-flag, env_logger, and log dependencies for improved command-line interface and logging functionality

🔧 chore(Cargo.toml): simplify package description

- update description to be more concise and clear
2025-09-30 11:13:17 +01:00
Jeremiah Russell
f984415fb6 🔧 chore(config): update Cargo.toml with lints and library settings
- add clippy lints for format args and unnecessary semicolon
- allow dead-code lint temporarily for development
- specify library and binary paths for project structure
2025-09-30 07:59:10 +01:00
Jerus Bot
396bf611e1 chore: Release cull-gmail v0.0.1 2025-09-30 06:33:49 +00:00
Jeremiah Russell
06ac33662e 🔧 chore(version): downgrade cull-gmail to version 0.0.0
- change version in Cargo.toml and Cargo.lock from 0.1.0 to 0.0.0 to reflect pre-release status
2025-09-29 22:28:57 +01:00
Jeremiah Russell
c3fca75b43 🔧 chore(cargo): update license and repository information
- change license from "MIT OR Apache-2.0" to "MIT"
- update repository URL to "https://github.com/jerus-org/cull-gmail"
2025-09-29 22:28:57 +01:00
Jeremiah Russell
14fbac39e3 feat(project): add initial Cargo.toml for cull-gmail tool
- introduce Cargo.toml with basic package metadata
- set up project dependencies and include files
2025-09-29 22:28:57 +01:00