Add description fields.

This commit is contained in:
Dan Gohman
2019-08-20 16:35:05 -07:00
parent cf0bef84cc
commit 19055d0178
3 changed files with 3 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ authors = [
"Dan Gohman <sunfish@mozilla.com>"]
edition = "2018"
license = "Apache-2.0 WITH LLVM-exception"
description = "WASI implementation in Rust"
[dependencies]
wasi-common-cbindgen = { path = "wasi-common-cbindgen" }