From 099afe66ecfb569a8a04b66425ded29665e6a37c Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Sat, 13 Feb 2021 19:37:00 +0000 Subject: Implement history import --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 3172a308..57117c29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atuin" -version = "0.1.1" +version = "0.2.0" authors = ["Ellie Huxtable "] edition = "2018" license = "MIT" @@ -15,6 +15,8 @@ shellexpand = "2.*" structopt = "0.3.*" directories = "3.*" uuid = { version = "0.8", features = ["serde", "v4"] } +home = "0.5.3" +indicatif = "0.15.0" [dependencies.rusqlite] version = "0.24.*" -- cgit v1.3.1