[wiggle] Add docs and cargo metadata (#1297)

* test-all: add wiggle & children, plus wasi-common, to cargo test

* wiggle: add licenses, readmes, docs, cargo metadata
This commit is contained in:
Pat Hickey
2020-03-12 12:46:51 -07:00
committed by GitHub
parent c1ef0db027
commit 6e55c543e2
12 changed files with 794 additions and 11 deletions

View File

@@ -1,7 +1,8 @@
[package]
name = "wiggle"
version = "0.1.0"
authors = ["Pat Hickey <phickey@fastly.com>", "Jakub Konka <kubkonk@jakubkonka.com>"]
authors = ["Pat Hickey <phickey@fastly.com>", "Jakub Konka <kubkonk@jakubkonka.com>", "Alex Crichton <alex@alexcrichton.com>"]
license = "Apache-2.0 WITH LLVM-exception"
edition = "2018"
[lib]