Update Cargo.toml metadata for publishing.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"]
|
||||
|
||||
@@ -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"]
|
||||
|
||||
@@ -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"]
|
||||
|
||||
@@ -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"]
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user