merge ot with rask

This commit is contained in:
Dustin J. Mitchell
2020-01-01 19:54:26 -05:00
20 changed files with 849 additions and 48 deletions

View File

@@ -1,6 +1,6 @@
extern crate clap;
use clap::{App, Arg, SubCommand};
use ot::{Replica, DB};
use rask::{Replica, DB};
use uuid::Uuid;
fn main() {