diff options
| author | Ellie Huxtable <e@elm.sh> | 2021-02-13 19:37:00 +0000 |
|---|---|---|
| committer | Ellie Huxtable <e@elm.sh> | 2021-02-13 19:37:31 +0000 |
| commit | 099afe66ecfb569a8a04b66425ded29665e6a37c (patch) | |
| tree | 7bb1baadb9304fa0d4f353d0849f962e2af209e3 /Cargo.toml | |
| parent | Record command exit code and duration (diff) | |
| download | atuin-099afe66ecfb569a8a04b66425ded29665e6a37c.zip | |
Implement history import
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "atuin" -version = "0.1.1" +version = "0.2.0" authors = ["Ellie Huxtable <e@elm.sh>"] 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.*" |
