summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/src/lib.rs b/net/src/lib.rs
index 1fd2353f..063e55f9 100644
--- a/net/src/lib.rs
+++ b/net/src/lib.rs
@@ -74,6 +74,7 @@ const KEYSERVER_ENCODE_SET: &AsciiSet =
.add(b'-').add(b'+').add(b'/');
/// For accessing keyservers using HKP.
+#[derive(Clone)]
pub struct KeyServer {
client: reqwest::Client,
/// The original URL given to the constructor.