aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-daemon/src/semantic
diff options
context:
space:
mode:
Diffstat (limited to 'crates/atuin-daemon/src/semantic')
-rw-r--r--crates/atuin-daemon/src/semantic/mod.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/atuin-daemon/src/semantic/mod.rs b/crates/atuin-daemon/src/semantic/mod.rs
new file mode 100644
index 00000000..c3511676
--- /dev/null
+++ b/crates/atuin-daemon/src/semantic/mod.rs
@@ -0,0 +1,3 @@
+//! Semantic command capture gRPC service types.
+
+tonic::include_proto!("semantic");