From 6b2eee21b95eaaedcd49d4054a5dcaf1e352fb54 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Sat, 18 May 2019 21:01:14 -0700 Subject: [PATCH] Update the description of Cargo.toml. --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ea5b991490..0f3dddf969 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,13 +2,12 @@ name = "wasmtime" authors = ["The Wasmtime Project Developers"] version = "0.1.0" -description = "Command-line interface for the wasmtime crate" +description = "Command-line interface for Wasmtime" license = "Apache-2.0 WITH LLVM-exception" documentation = "https://cranelift.readthedocs.io/" categories = ["wasm"] repository = "https://github.com/CraneStation/wasmtime" edition = "2018" -publish = false [[bin]] name = "wasmtime"