add a tasks method to db

This commit is contained in:
Dustin J. Mitchell 2019-12-28 11:44:45 -05:00
parent 83b2318a06
commit 0c3e4d5c2e
2 changed files with 15 additions and 3 deletions

View file

@ -1,3 +1,6 @@
// TODO: remove this eventually when there's an API
#![allow(dead_code)]
mod errors;
mod operation;
mod taskdb;