Skip to content

Commit

Permalink
Remove http-std crate
Browse files Browse the repository at this point in the history
  • Loading branch information
diehuxx committed Oct 3, 2024
1 parent f151a77 commit d27dea7
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 429 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ members = [
"bindings/web5_uniffi",
"bindings/web5_uniffi_wrapper",
"bindings/web5_wasm",
"crates/http-std",
"crates/web5",
"crates/web5_cli",
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ COPY bindings/web5_c ./bindings/web5_c
COPY bindings/web5_uniffi_wrapper ./bindings/web5_uniffi_wrapper
COPY bindings/web5_uniffi ./bindings/web5_uniffi
COPY bindings/web5_wasm ./bindings/web5_wasm
COPY crates/http-std ./crates/http-std
COPY crates/web5 ./crates/web5
COPY crates/web5_cli ./crates/web5_cli

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ COPY bindings/web5_c ./bindings/web5_c
COPY bindings/web5_uniffi_wrapper ./bindings/web5_uniffi_wrapper
COPY bindings/web5_uniffi ./bindings/web5_uniffi
COPY bindings/web5_wasm ./bindings/web5_wasm
COPY crates/http-std ./crates/http-std
COPY crates/web5 ./crates/web5
COPY crates/web5_cli ./crates/web5_cli

Expand Down
3 changes: 2 additions & 1 deletion bindings/web5_uniffi_wrapper/src/dids/methods/did_web.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
use crate::{
crypto::key_manager::{KeyManager, ToInnerKeyManager},
dids::{bearer_did::BearerDid, resolution::resolution_result::ResolutionResult},
errors::Result, get_rt,
errors::Result,
get_rt,
};
use std::sync::Arc;
use web5::{
Expand Down
16 changes: 2 additions & 14 deletions bound/typescript/package-lock.json

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

22 changes: 0 additions & 22 deletions crates/http-std/Cargo.toml

This file was deleted.

54 changes: 0 additions & 54 deletions crates/http-std/src/client.rs

This file was deleted.

193 changes: 0 additions & 193 deletions crates/http-std/src/default_client.rs

This file was deleted.

26 changes: 0 additions & 26 deletions crates/http-std/src/error.rs

This file was deleted.

Loading

0 comments on commit d27dea7

Please sign in to comment.