Update the description of Cargo.toml.

This commit is contained in:
Dan Gohman
2019-05-18 21:01:14 -07:00
parent eb2b51353e
commit 6b2eee21b9

View File

@@ -2,13 +2,12 @@
name = "wasmtime" name = "wasmtime"
authors = ["The Wasmtime Project Developers"] authors = ["The Wasmtime Project Developers"]
version = "0.1.0" 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" license = "Apache-2.0 WITH LLVM-exception"
documentation = "https://cranelift.readthedocs.io/" documentation = "https://cranelift.readthedocs.io/"
categories = ["wasm"] categories = ["wasm"]
repository = "https://github.com/CraneStation/wasmtime" repository = "https://github.com/CraneStation/wasmtime"
edition = "2018" edition = "2018"
publish = false
[[bin]] [[bin]]
name = "wasmtime" name = "wasmtime"