Update Cargo.toml authors fields.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "wasmtime-fuzz"
|
||||
version = "0.0.0"
|
||||
authors = ["The Cranelift Project Developers"]
|
||||
authors = ["The Wasmtime Project Developers"]
|
||||
publish = false
|
||||
|
||||
[package.metadata]
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "wasmtime-environ"
|
||||
version = "0.1.0"
|
||||
authors = ["The Cranelift Project Developers"]
|
||||
authors = ["The Wasmtime Project Developers"]
|
||||
description = "Standalone environment support for WebAsssembly code in Cranelift"
|
||||
repository = "https://github.com/CraneStation/wasmtime"
|
||||
documentation = "https://docs.rs/wasmtime-environ/"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "wasmtime-jit"
|
||||
version = "0.1.0"
|
||||
authors = ["The Cranelift Project Developers"]
|
||||
authors = ["The Wasmtime Project Developers"]
|
||||
publish = false
|
||||
description = "JIT-style execution for WebAsssembly code in Cranelift"
|
||||
categories = ["wasm"]
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "wasmtime-obj"
|
||||
version = "0.1.0"
|
||||
authors = ["The Cranelift Project Developers"]
|
||||
authors = ["The Wasmtime Project Developers"]
|
||||
description = "Native object file output for WebAsssembly code in Wasmtime"
|
||||
publish = false
|
||||
repository = "https://github.com/CraneStation/wasmtime"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "wasmtime-runtime"
|
||||
version = "0.1.0"
|
||||
authors = ["The Cranelift Project Developers"]
|
||||
authors = ["The Wasmtime Project Developers"]
|
||||
publish = false
|
||||
description = "Runtime library support for Wasmtime"
|
||||
categories = ["wasm"]
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "wasmtime-wast"
|
||||
version = "0.1.0"
|
||||
authors = ["The Cranelift Project Developers"]
|
||||
authors = ["The Wasmtime Project Developers"]
|
||||
publish = false
|
||||
description = "wast testing support for wasmtime"
|
||||
categories = ["wasm"]
|
||||
|
||||
Reference in New Issue
Block a user