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]