diff options
| author | Ellie Huxtable <e@elm.sh> | 2021-02-13 20:21:49 +0000 |
|---|---|---|
| committer | Ellie Huxtable <e@elm.sh> | 2021-02-13 20:24:22 +0000 |
| commit | 440c4fc2335d5286d14367e39c99bb4946efe9e3 (patch) | |
| tree | 766f33c9c6b87998f22bc146fe7361e798b377df /Cargo.toml | |
| parent | Implement history import (diff) | |
| download | atuin-440c4fc2335d5286d14367e39c99bb4946efe9e3.zip | |
Add sessions
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "atuin" -version = "0.2.0" +version = "0.2.1" authors = ["Ellie Huxtable <e@elm.sh>"] edition = "2018" license = "MIT" @@ -17,6 +17,7 @@ directories = "3.*" uuid = { version = "0.8", features = ["serde", "v4"] } home = "0.5.3" indicatif = "0.15.0" +hostname = "0.3.1" [dependencies.rusqlite] version = "0.24.*" |
