feat: google sheets support (in google drive builtin MCP server) (#1601)
This commit is contained in:
Generated
+21
@@ -2265,6 +2265,26 @@ dependencies = [
|
||||
"yup-oauth2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "google-sheets4"
|
||||
version = "6.0.0+20240621"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e4f8ccfc6418e81d1e2ed66fad49d0487526281505b8a0ed8ee770dc7d6bb1e5"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"google-apis-common",
|
||||
"hyper 1.6.0",
|
||||
"hyper-rustls 0.27.5",
|
||||
"hyper-util",
|
||||
"mime",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"serde_with",
|
||||
"tokio",
|
||||
"url",
|
||||
"yup-oauth2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "goose"
|
||||
version = "1.0.13"
|
||||
@@ -2388,6 +2408,7 @@ dependencies = [
|
||||
"docx-rs",
|
||||
"etcetera",
|
||||
"google-drive3",
|
||||
"google-sheets4",
|
||||
"http-body-util",
|
||||
"ignore",
|
||||
"image 0.24.9",
|
||||
|
||||
Reference in New Issue
Block a user