Make package names consistent with cranelift's.

This commit is contained in:
Dan Gohman
2018-07-20 16:10:59 -07:00
parent 2608dd0c47
commit f3a6cab472
5 changed files with 18 additions and 28 deletions

View File

@@ -1,5 +1,5 @@
[package]
name = "wasmtime_execute"
name = "wasmtime-execute"
version = "0.0.0"
authors = ["The Cranelift Project Developers"]
publish = false
@@ -11,4 +11,4 @@ license = "Apache-2.0 WITH LLVM-exception"
cranelift-codegen = "0.16.1"
cranelift-wasm = "0.16.1"
region = "0.3.0"
wasmtime_runtime = { path = "../runtime" }
wasmtime-runtime = { path = "../runtime" }