aboutsummaryrefslogtreecommitdiffstats
path: root/disktest/Cargo.toml
blob: 5a1fd31e40e3b887a6b57fe71ddacb9263f62478 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "disktest"
description = "Tester for Solid State Disks, Non-Volatile Memory Storage, Hard Disks, USB Sticks, SD-Cards, etc.."
version = "1.14.0"
homepage = "https://bues.ch/h/disktest"
repository = "https://github.com/mbuesch/disktest"
license = "MIT OR Apache-2.0"
readme = "README.md"
authors = ["Michael Büsch <m@bues.ch>"]
categories = ["command-line-utilities", "filesystem", "hardware-support"]
keywords = ["disk", "HDD", "SSD", "flash", "SD-card"]
edition = "2021"

[dependencies]
anyhow = "1"
chrono = "0.4"
clap = "4"
disktest-lib = "1"
signal-hook = "0.3"

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