aboutsummaryrefslogtreecommitdiff
path: root/client/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/lib.rs')
-rw-r--r--client/src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/lib.rs b/client/src/lib.rs
index 462dcb8..eb978ee 100644
--- a/client/src/lib.rs
+++ b/client/src/lib.rs
@@ -12,6 +12,8 @@ use reqwest::{
use serde_json::json;
use std::{io::Write, time::Duration};
+pub use jellycommon as jc;
+
#[derive(Debug, Clone)]
pub struct Instance {
pub host: String,