diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 55e92463f7..6531b88a55 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -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] diff --git a/lib/environ/Cargo.toml b/lib/environ/Cargo.toml index bd2f79bbcf..a87d3c0bff 100644 --- a/lib/environ/Cargo.toml +++ b/lib/environ/Cargo.toml @@ -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/" diff --git a/lib/jit/Cargo.toml b/lib/jit/Cargo.toml index e045717295..d95ed7650d 100644 --- a/lib/jit/Cargo.toml +++ b/lib/jit/Cargo.toml @@ -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"] diff --git a/lib/obj/Cargo.toml b/lib/obj/Cargo.toml index 8bf3ec6d58..3a296576c3 100644 --- a/lib/obj/Cargo.toml +++ b/lib/obj/Cargo.toml @@ -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" diff --git a/lib/runtime/Cargo.toml b/lib/runtime/Cargo.toml index 6c954ab8db..a39f8d4950 100644 --- a/lib/runtime/Cargo.toml +++ b/lib/runtime/Cargo.toml @@ -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"] diff --git a/lib/wast/Cargo.toml b/lib/wast/Cargo.toml index a91b6c8bd2..3c35dc89c5 100644 --- a/lib/wast/Cargo.toml +++ b/lib/wast/Cargo.toml @@ -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"]