Update Cargo.toml metadata for publishing.

This commit is contained in:
Dan Gohman
2019-08-20 17:53:05 -07:00
parent 44367ba99a
commit d4f27dcc91
10 changed files with 6 additions and 11 deletions

View File

@@ -1,10 +1,11 @@
[package]
name = "wasmtime-rust"
version = "0.1.0"
version = "0.2.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
edition = "2018"
categories = ["wasm", "rust"]
license = "Apache-2.0 WITH LLVM-exception"
description = "Rust extension for Wasmtime"
[lib]
test = false

View File

@@ -1,8 +1,10 @@
[package]
name = "wasmtime-rust-macro"
version = "0.1.0"
version = "0.2.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
edition = "2018"
license = "Apache-2.0 WITH LLVM-exception"
description = "Macro support crate for wasmtime-rust"
[lib]
proc-macro = true