Skip to content

Commit

Permalink
update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mopp committed Jun 25, 2018
1 parent aded43a commit 4ab6b43
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ name = "mizumochi"
version = "0.1.0"
authors = ["mopp <[email protected]>"]
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"
Expand Down

0 comments on commit 4ab6b43

Please sign in to comment.