Skip to content

Commit cdbc239

Browse files
committed
Add README to the crate
1 parent 99185d9 commit cdbc239

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
[package]
22
name = "toolshed"
3-
version = "0.6.2"
3+
version = "0.6.3"
44
authors = ["maciejhirsz <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
description = "Arena allocator and a handful of useful data structures"
77
repository = "https://github.com/ratel-rust/toolshed"
88
documentation = "https://docs.rs/toolshed/"
9+
readme = "README.md"
910

1011
[dependencies]
1112
fxhash = "0.2"

0 commit comments

Comments
 (0)