aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorEllie Huxtable <e@elm.sh>2021-02-13 20:21:49 +0000
committerEllie Huxtable <e@elm.sh>2021-02-13 20:24:22 +0000
commit440c4fc2335d5286d14367e39c99bb4946efe9e3 (patch)
tree766f33c9c6b87998f22bc146fe7361e798b377df /Cargo.toml
parentImplement history import (diff)
downloadatuin-440c4fc2335d5286d14367e39c99bb4946efe9e3.zip
Add sessions
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 57117c29..c4b67a8c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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.*"