Add "no-std" category to crates supporting no-std.

And add "wasm" category to cranelift-wasm.
This commit is contained in:
Dan Gohman
2018-08-20 16:30:30 -07:00
parent 18f781e2ab
commit 2c9b7fd73a
10 changed files with 10 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ version = "0.19.0"
description = "Cranelift IR builder helper"
license = "Apache-2.0 WITH LLVM-exception"
documentation = "https://cranelift.readthedocs.io/"
categories = ["no-std"]
repository = "https://github.com/CraneStation/cranelift"
readme = "README.md"