Skip to content

Commit 481c779

Browse files
committed
Add some categories, keywords, and documentation to Cargo.toml.
1 parent ece6047 commit 481c779

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ authors = ["The Cranelift Project Developers"]
55
license = "Apache-2.0 WITH LLVM-exception"
66
description = "Experimental WASI API bindings for Rust"
77
edition = "2018"
8+
categories = ["no-std", "wasm"]
9+
keywords = ["webassembly", "wasm"]
810
repository = "https://github.com/CraneStation/wasi-core"
911
readme = "README.md"
12+
documentation = "https://docs.rs/wasi-core"
1013

1114
[dependencies]
1215

0 commit comments

Comments
 (0)