mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-31 17:03:30 +02:00
task storge implementation based on kv / LMDB
This commit is contained in:
parent
afd11d08a7
commit
2f973d3e62
10 changed files with 884 additions and 210 deletions
|
@ -1,5 +1,6 @@
|
|||
// TODO: remove this eventually when there's an API
|
||||
#![allow(dead_code)]
|
||||
#![allow(unused_variables)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate failure;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue