chore: Add description and license fields to Cargo.toml to allow publishing the crate
All checks were successful
Run Check Script / check (pull_request) Successful in 1m1s
All checks were successful
Run Check Script / check (pull_request) Successful in 1m1s
This commit is contained in:
parent
fd8f643a8f
commit
9a610661c7
@ -2,6 +2,8 @@
|
|||||||
name = "iobench"
|
name = "iobench"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
|
license = "AGPL-3.0-or-later"
|
||||||
|
description = "A small command line utility to run fio benchmarks on localhost or remote ssh or kubernetes host. Was born out of a need to benchmark various ceph configurations!"
|
||||||
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
Loading…
Reference in New Issue
Block a user