lib-client-google-docs 0.1.0

Google Docs API client library for ADI
Documentation
[package]
name = "lib-client-google-docs"
version = "0.1.0"
edition = "2024"
license = "BSL-1.0"
description = "Google Docs API client library for ADI"
repository = "https://github.com/adi-family/cli/tree/main/crates/lib-client-google-docs"

[lib]
name = "lib_client_google_docs"

[dependencies]
lib-client-google-auth = "0.1"
reqwest = { version = "0.12", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
async-trait = "0.1"
thiserror = "2"
tracing = "0.1"