From 440c4fc2335d5286d14367e39c99bb4946efe9e3 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Sat, 13 Feb 2021 20:21:49 +0000 Subject: Add sessions --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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 "] 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.*" -- cgit v1.3.1