lib: export annotate module
Authored by
mfwolffe <wolffemf@dukes.jmu.edu>
- SHA
fd064e5c173ed45610feaa0f1c7e0383c03b9ef2- Parents
-
df3ab36 - Tree
f76a653
fd064e5
fd064e5c173ed45610feaa0f1c7e0383c03b9ef2df3ab36
f76a653| Status | File | + | - |
|---|---|---|---|
| M |
garshot/src/lib.rs
|
1 | 0 |
garshot/src/lib.rsmodified@@ -19,6 +19,7 @@ | ||
| 19 | 19 | //! - `garshotctl` (CLI): Control tool for sending commands to the daemon |
| 20 | 20 | //! - `garshot-ipc`: Shared IPC protocol types |
| 21 | 21 | |
| 22 | +pub mod annotate; | |
| 22 | 23 | pub mod capture; |
| 23 | 24 | pub mod config; |
| 24 | 25 | pub mod daemon; |