From 9a610661c7446ed07c212b1a996c9962de79788a Mon Sep 17 00:00:00 2001 From: Jean-Gabriel Gill-Couture Date: Tue, 19 Aug 2025 12:12:41 -0400 Subject: [PATCH] chore: Add description and license fields to Cargo.toml to allow publishing the crate --- iobench/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/iobench/Cargo.toml b/iobench/Cargo.toml index ff6e06c..7b3daaa 100644 --- a/iobench/Cargo.toml +++ b/iobench/Cargo.toml @@ -2,6 +2,8 @@ name = "iobench" edition = "2024" 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]