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

This commit is contained in:
Jean-Gabriel Gill-Couture 2025-08-19 12:12:41 -04:00
parent fd8f643a8f
commit 9a610661c7

View File

@ -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]