diff options
Diffstat (limited to 'atuin-common/Cargo.toml')
| -rw-r--r-- | atuin-common/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/atuin-common/Cargo.toml b/atuin-common/Cargo.toml index ead3df84..a610584d 100644 --- a/atuin-common/Cargo.toml +++ b/atuin-common/Cargo.toml @@ -18,6 +18,7 @@ uuid = { workspace = true } rand = { workspace = true } typed-builder = { workspace = true } eyre = { workspace = true } +sqlx = { workspace = true } [dev-dependencies] -pretty_assertions = "1.3.0" +pretty_assertions = { workspace = true } |
