📦 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
This commit is contained in:
committed by
Jeremiah Russell
parent
d0534aef6a
commit
1d9a127827
@@ -24,7 +24,11 @@ include = [
|
|||||||
clap = { version = "4.5.48", features = ["derive"] }
|
clap = { version = "4.5.48", features = ["derive"] }
|
||||||
clap-verbosity-flag = { version = "3.0.4", features = ["tracing"] }
|
clap-verbosity-flag = { version = "3.0.4", features = ["tracing"] }
|
||||||
env_logger = "0.11.8"
|
env_logger = "0.11.8"
|
||||||
|
google-gmail1 = "6.0.0"
|
||||||
log = "0.4.28"
|
log = "0.4.28"
|
||||||
|
serde = { version = "1.0.228", features = ["derive"] }
|
||||||
|
serde_json = "1.0.145"
|
||||||
|
tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] }
|
||||||
|
|
||||||
[lints.clippy]
|
[lints.clippy]
|
||||||
uninlined-format-args = "warn"
|
uninlined-format-args = "warn"
|
||||||
|
|||||||
Reference in New Issue
Block a user