Skip to content

Commit 10ce353

Browse files
authored
Update plugins/http/src/reqwest_cookie_store.rs
1 parent f2fcf2b commit 10ce353

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plugins/http/src/reqwest_cookie_store.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright 2019-2023 Tauri Programme within The Commons Conservancy
2+
// SPDX-License-Identifier: Apache-2.0
3+
// SPDX-License-Identifier: MIT
4+
15
// taken from https://github.com/pfernie/reqwest_cookie_store/blob/2ec4afabcd55e24d3afe3f0626ee6dc97bed938d/src/lib.rs
26

37
use std::sync::{Mutex, MutexGuard, PoisonError};

0 commit comments

Comments
 (0)