Skip to content

Commit

Permalink
Build clients
Browse files Browse the repository at this point in the history
  • Loading branch information
augustuswm committed Mar 15, 2023
1 parent d721612 commit b4d4961
Show file tree
Hide file tree
Showing 526 changed files with 9,356 additions and 7,834 deletions.
42 changes: 21 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docusign/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ native-tls = ["reqwest/default-tls", "openssl"]
rustls-tls = ["reqwest/rustls-tls", "ring", "pem"]

[dependencies]
anyhow = "1"
async-recursion = "^1.0"
chrono = { version = "0.4", default-features = false, features = ["serde"] }
dirs = { version = "^3.0.2", optional = true }
Expand All @@ -42,6 +41,7 @@ url = { version = "2", features = ["serde"] }
bytes = { version = "1", features = ["serde"] }
async-trait = "^0.1.51"
uuid = { version = "1.1", features = ["serde", "v4"] }
thiserror = "1"
tokio = { version = "1.25.0", features = ["full"] }

[dev-dependencies]
Expand Down
Loading

0 comments on commit b4d4961

Please sign in to comment.