From 4ab6b43e8e5364ae1bdacaa77b4e9d14746d459e Mon Sep 17 00:00:00 2001 From: mopp Date: Mon, 25 Jun 2018 14:54:26 +0900 Subject: [PATCH] update Cargo.toml --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index d71a237..3990c2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,14 @@ name = "mizumochi" version = "0.1.0" authors = ["mopp "] license = "MIT OR Apache-2.0" +description = """ +mizumochi is a tool to simulate unstable disk I/O for testing stability/robustness of system. +The word unstable here means read/write speed is slowdown. +""" +homepage = "https://github.com/dwango/mizumochi" +repository = "https://github.com/dwango/mizumochi" +readme = "README.md" +categories = ["command-line-utilities"] [dependencies] atomic_immut = "0.1"