gardesk/garshot / fd064e5

Browse files

lib: export annotate module

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
fd064e5c173ed45610feaa0f1c7e0383c03b9ef2
Parents
df3ab36
Tree
f76a653

1 changed file

StatusFile+-
M garshot/src/lib.rs 1 0
garshot/src/lib.rsmodified
@@ -19,6 +19,7 @@
1919
 //! - `garshotctl` (CLI): Control tool for sending commands to the daemon
2020
 //! - `garshot-ipc`: Shared IPC protocol types
2121
 
22
+pub mod annotate;
2223
 pub mod capture;
2324
 pub mod config;
2425
 pub mod daemon;