diff options
Diffstat (limited to 'atuin-common/Cargo.toml')
| -rw-r--r-- | atuin-common/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/atuin-common/Cargo.toml b/atuin-common/Cargo.toml index 88c3022e..847cea96 100644 --- a/atuin-common/Cargo.toml +++ b/atuin-common/Cargo.toml @@ -20,6 +20,9 @@ rand = { workspace = true } typed-builder = { workspace = true } eyre = { workspace = true } sqlx = { workspace = true } +semver = { workspace = true } + +lazy_static = "1.4.0" [dev-dependencies] pretty_assertions = { workspace = true } |
