Update Cargo.toml authors fields.

This commit is contained in:
Dan Gohman
2019-01-03 11:38:41 -08:00
parent 2f04b78ecf
commit df7724ce2b
6 changed files with 6 additions and 6 deletions

View File

@@ -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]

View File

@@ -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/"

View File

@@ -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"]

View File

@@ -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"

View File

@@ -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"]

View File

@@ -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"]