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