From 7ced31c354bdfb2e256de3ecc49bcc4f379f78af Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Wed, 10 Apr 2024 13:01:48 +0100 Subject: feat(dotfiles): add alias import (#1938) * feat(dotfiles): add alias import * things * clippy clappy --- atuin-common/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'atuin-common/Cargo.toml') diff --git a/atuin-common/Cargo.toml b/atuin-common/Cargo.toml index 847cea96..85e41ef6 100644 --- a/atuin-common/Cargo.toml +++ b/atuin-common/Cargo.toml @@ -21,6 +21,8 @@ typed-builder = { workspace = true } eyre = { workspace = true } sqlx = { workspace = true } semver = { workspace = true } +thiserror = { workspace = true } +sysinfo = "0.30.7" lazy_static = "1.4.0" -- cgit v1.3.1