do not require taskchampion from sync-server

This commit is contained in:
Dustin J. Mitchell
2020-11-27 20:08:54 -05:00
parent d46f20e75a
commit 3092a6bb7f
6 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
use failure::Fallible;
use taskchampion::Uuid;
use uuid::Uuid;
mod inmemory;
pub(crate) use inmemory::InMemoryStorage;