aboutsummaryrefslogtreecommitdiffstats
path: root/crates/daemon/src/api/mod.rs
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-07-20 15:13:12 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-07-20 15:13:12 +0200
commit1594307d9cd819b1ed739fa1ec048c6b27e6f4b0 (patch)
tree39b427e3cd6390bc218136454b809450016e0037 /crates/daemon/src/api/mod.rs
parentchore: Commit (diff)
downloadatuin-1594307d9cd819b1ed739fa1ec048c6b27e6f4b0.zip
chore: Commit
Diffstat (limited to '')
-rw-r--r--crates/daemon/src/api/mod.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/daemon/src/api/mod.rs b/crates/daemon/src/api/mod.rs
index e6f8f1f0..b7f82a7b 100644
--- a/crates/daemon/src/api/mod.rs
+++ b/crates/daemon/src/api/mod.rs
@@ -1,6 +1,6 @@
-pub(crate) mod client;
-pub(crate) mod server;
+pub mod client;
pub(crate) mod generated;
+pub(crate) mod server;
-const DAEMON_VERSION: &str = env!("CARGO_PKG_VERSION");
+pub(crate) const DAEMON_VERSION: &str = env!("CARGO_PKG_VERSION");
const DAEMON_PROTOCOL_VERSION: u32 = 1;