From ea35ce0e6848c1224fa4c1cff424480a2996b49a Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 16 Aug 2022 16:11:57 +0200 Subject: lets make a gui anyway --- karlcommon/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'karlcommon/src/lib.rs') diff --git a/karlcommon/src/lib.rs b/karlcommon/src/lib.rs index f5e0798..173beba 100644 --- a/karlcommon/src/lib.rs +++ b/karlcommon/src/lib.rs @@ -1,11 +1,11 @@ pub mod protocol; +pub use protocol::*; + use std::{ os::unix::prelude::MetadataExt, path::{Path, PathBuf}, }; -pub use protocol::*; - pub fn socket_path() -> PathBuf { std::env::var("XDG_RUNTIME_DIR") .map(|p| Path::new(p.as_str()).to_path_buf()) -- cgit v1.2.3-70-g09d2