Skip to content

Commit

Permalink
Remove unused dep
Browse files Browse the repository at this point in the history
  • Loading branch information
dani-garcia committed Nov 22, 2023
1 parent 35c7877 commit ef5b458
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 19 deletions.
16 changes: 0 additions & 16 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion crates/sdk-schemas/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ internal = [
schemars = { version = "0.8.12", features = ["preserve_order"] }
serde_json = "1.0.96"
anyhow = "1.0.71"
itertools = "0.12.0"

bitwarden = { path = "../bitwarden" }
bitwarden-json = { path = "../bitwarden-json" }
Expand Down
3 changes: 1 addition & 2 deletions crates/sdk-schemas/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use std::{fs::File, io::Write};

use anyhow::Result;
use itertools::Itertools;
use schemars::{schema::RootSchema, schema_for, JsonSchema};

/// Creates a json schema file for any type passed in using Schemars. The filename and path of the generated
Expand Down Expand Up @@ -92,7 +91,7 @@ struct AllTypes {

// Input types for Client::run_command
input_command: bitwarden_json::command::Command,

// Output types for Client::run_command
api_key_login: Response<bitwarden::auth::login::ApiKeyLoginResponse>,
password_login: Response<bitwarden::auth::login::PasswordLoginResponse>,
Expand Down

0 comments on commit ef5b458

Please sign in to comment.