diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2024-04-10 13:01:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-10 13:01:48 +0100 |
| commit | 7ced31c354bdfb2e256de3ecc49bcc4f379f78af (patch) | |
| tree | 7ea1b639c40ef470a43cf82e8dae834b48285685 /atuin-common/Cargo.toml | |
| parent | chore(deps): bump lukemathwalker/cargo-chef (#1929) (diff) | |
| download | atuin-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.toml | 2 |
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" |
