This commit is contained in:
2024-07-16 08:35:06 +01:00
parent 45f1497df2
commit 6f629a5976
2 changed files with 7 additions and 2 deletions
+1
View File
@@ -15,6 +15,7 @@ async fn main() {
dbg!(api.search(toggl::types::TogglReportFilters {
start_date: Some(NaiveDate::from_ymd_opt(2024, 07, 10).unwrap()),
end_date: Some(NaiveDate::from_ymd_opt(2024, 07, 16).unwrap()),
enrich_response: Some(true),
..Default::default()
}).await);
}