rename to taskchampion

This commit is contained in:
Dustin J. Mitchell
2020-11-21 18:01:00 -05:00
parent 8ed54e9728
commit 1fa6155b22
8 changed files with 360 additions and 353 deletions

View File

@@ -1,7 +1,7 @@
extern crate clap;
use clap::{App, Arg, SubCommand};
use std::path::Path;
use taskwarrior_rust::{taskstorage, Replica, Status, DB};
use taskchampion::{taskstorage, Replica, Status, DB};
use uuid::Uuid;
fn main() {