aboutsummaryrefslogtreecommitdiffstats
path: root/atuin-common/Cargo.toml
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2024-04-10 13:01:48 +0100
committerGitHub <noreply@github.com>2024-04-10 13:01:48 +0100
commit7ced31c354bdfb2e256de3ecc49bcc4f379f78af (patch)
tree7ea1b639c40ef470a43cf82e8dae834b48285685 /atuin-common/Cargo.toml
parentchore(deps): bump lukemathwalker/cargo-chef (#1929) (diff)
downloadatuin-7ced31c354bdfb2e256de3ecc49bcc4f379f78af.zip
feat(dotfiles): add alias import (#1938)
* feat(dotfiles): add alias import * things * clippy clappy
Diffstat (limited to 'atuin-common/Cargo.toml')
-rw-r--r--atuin-common/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
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"