diff options
Diffstat (limited to 'crates/atuin-history/Cargo.toml')
| -rw-r--r-- | crates/atuin-history/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/crates/atuin-history/Cargo.toml b/crates/atuin-history/Cargo.toml index 4836cf74..2ed0e1a5 100644 --- a/crates/atuin-history/Cargo.toml +++ b/crates/atuin-history/Cargo.toml @@ -39,3 +39,12 @@ tracing = "0.1" uuid = { workspace = true } unicode-segmentation = "1.11.0" sysinfo = "0.30.7" + +[dev-dependencies] +tracing-tree = "0.3" +divan = "0.1.14" +rand = { workspace = true } + +[[bench]] +name = "smart_sort" +harness = false |
