aboutsummaryrefslogtreecommitdiffstats
path: root/atuin-client/Cargo.toml
diff options
context:
space:
mode:
authorFrank Hamand <frank.hamand@coinbase.com>2021-06-01 08:38:19 +0100
committerGitHub <noreply@github.com>2021-06-01 08:38:19 +0100
commit0b9dc6696beeb0c0460775d304dc24491b7a0d66 (patch)
treefd135922e12ca8bcbd3f5e47f1d5406f6c7407ed /atuin-client/Cargo.toml
parentBump indicatif from 0.16.0 to 0.16.2 (#140) (diff)
downloadatuin-0b9dc6696beeb0c0460775d304dc24491b7a0d66.zip
Add fuzzy text search mode (#142)
Diffstat (limited to 'atuin-client/Cargo.toml')
-rw-r--r--atuin-client/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml
index 09bccaa0..b4c9c13e 100644
--- a/atuin-client/Cargo.toml
+++ b/atuin-client/Cargo.toml
@@ -40,3 +40,6 @@ humantime = "2.1.0"
itertools = "0.10.0"
shellexpand = "2"
sqlx = { version = "0.5", features = [ "runtime-tokio-rustls", "uuid", "chrono", "sqlite" ] }
+
+[dev-dependencies]
+tokio-test = "*"