Skip to content

Commit

Permalink
Update plugins/http/src/reqwest_cookie_store.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir authored Dec 9, 2024
1 parent f2fcf2b commit 10ce353
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/http/src/reqwest_cookie_store.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2019-2023 Tauri Programme within The Commons Conservancy
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT

// taken from https://github.com/pfernie/reqwest_cookie_store/blob/2ec4afabcd55e24d3afe3f0626ee6dc97bed938d/src/lib.rs

use std::sync::{Mutex, MutexGuard, PoisonError};
Expand Down

0 comments on commit 10ce353

Please sign in to comment.