Rename "cranelift-meta" to just "meta".

This makes it easier for the publish-all.sh script to know to skip this
crate, and it avoids the need to use `extern cranelift_meta as meta`.
This commit is contained in:
Dan Gohman
2018-08-02 15:36:54 -07:00
parent c5a554db83
commit 570f7bc20b
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
[package]
name = "cranelift-meta"
name = "meta"
authors = ["The Cranelift Project Developers"]
version = "0.0.0"
description = "Metaprogram for cranelift-codegen code generator library"