summaryrefslogtreecommitdiffstats
path: root/disktest-lib/Cargo.toml
blob: 2c15ec48b84cb4c300938a7523e7ab16c72d6cd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[package]
name = "disktest-lib"
version = "1.1.0"
description = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
license = { workspace = true }
readme = { workspace = true }
authors = { workspace = true }
categories = { workspace = true }
keywords = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }

[dependencies]
anyhow = { workspace = true }
chrono = { workspace = true }
clap = { workspace = true }
disktest-rawio = { workspace = true }
movavg = { workspace = true }
rand = { workspace = true }
rand_chacha = { workspace = true }
ring = { workspace = true }
signal-hook = { workspace = true }
tempfile = { workspace = true }

# vim: ts=4 sw=4 expandtab
bues.ch cgit interface