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,12 +1,11 @@
[package]
name = "wasmtime-py"
version = "0.3.0"
version = "0.2.0"
authors = ["The Wasmtime Project Developers"]
description = "Python extension for Wasmtime"
license = "Apache-2.0 WITH LLVM-exception"
categories = ["wasm", "python"]
edition = "2018"
publish = false
[lib]
name = "_wasmtime"

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

View File

@@ -2,7 +2,6 @@
name = "wasmtime-interface-types"
version = "0.2.0"
authors = ["The Wasmtime Project Developers"]
publish = false
description = "Support for wasm interface types with wasmtime"
categories = ["wasm"]
keywords = ["webassembly", "wasm"]

View File

@@ -2,7 +2,6 @@
name = "wasmtime-jit"
version = "0.2.0"
authors = ["The Wasmtime Project Developers"]
publish = false
description = "JIT-style execution for WebAsssembly code in Cranelift"
categories = ["wasm"]
keywords = ["webassembly", "wasm"]

View File

@@ -3,7 +3,6 @@ name = "wasmtime-obj"
version = "0.2.0"
authors = ["The Wasmtime Project Developers"]
description = "Native object file output for WebAsssembly code in Wasmtime"
publish = false
repository = "https://github.com/CraneStation/wasmtime"
categories = ["wasm"]
keywords = ["webassembly", "wasm"]

View File

@@ -2,7 +2,6 @@
name = "wasmtime-runtime"
version = "0.2.0"
authors = ["The Wasmtime Project Developers"]
publish = false
description = "Runtime library support for Wasmtime"
categories = ["wasm"]
keywords = ["webassembly", "wasm"]

View File

@@ -2,7 +2,6 @@
name = "wasmtime-wasi-c"
version = "0.2.0"
authors = ["The Cranelift Project Developers"]
publish = false
description = "WASI API support for Wasmtime"
categories = ["wasm"]
repository = "https://github.com/CraneStation/wasmtime"

View File

@@ -2,7 +2,6 @@
name = "wasmtime-wasi"
version = "0.2.0"
authors = ["The Cranelift Project Developers"]
publish = false
description = "WASI API support for Wasmtime"
categories = ["wasm"]
repository = "https://github.com/CraneStation/wasmtime"

View File

@@ -2,7 +2,6 @@
name = "wasmtime-wast"
version = "0.2.0"
authors = ["The Wasmtime Project Developers"]
publish = false
description = "wast testing support for wasmtime"
categories = ["wasm"]
keywords = ["webassembly", "wasm"]