add first draft of logbook

This commit is contained in:
2023-07-23 12:17:57 +02:00
parent f09454fb38
commit 1d4c5f356d
10 changed files with 507 additions and 3 deletions

View File

@ -10,6 +10,8 @@ use self::{
pub mod boat;
pub mod location;
pub mod log;
pub mod logbook;
pub mod logtype;
pub mod planned_event;
pub mod trip;
pub mod tripdetails;