Skip to content

Commit 78289d5

Browse files
committed
More details in Cargo file
1 parent 7e16672 commit 78289d5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@
33
name = "mockstream"
44
version = "0.0.1"
55
authors = ["Alex Bogma <bitfield.alex@gmail.com>"]
6+
license = "MIT"
7+
description = "Stream (Read+Write traits) implementations to be used to mock real streams in tests."
8+
repository = "https://github.com/lazy-bitfield/rust-mockstream"
9+
readme = "README.md"
10+
keywords = ["test", "stream", "io", "mock"]
11+

0 commit comments

Comments
 (0)