Rename 'cton_*' library names to match the 'cretonne_*' crate names.
This renames `cton_frontend` to `cretonne_frontend` and so on. This fixes the first part of #287.
This commit is contained in:
@@ -8,9 +8,6 @@ license = "Apache-2.0"
|
||||
readme = "README.md"
|
||||
keywords = ["webassembly", "wasm"]
|
||||
|
||||
[lib]
|
||||
name = "cton_wasm"
|
||||
|
||||
[dependencies]
|
||||
wasmparser = "0.15.1"
|
||||
cretonne = { path = "../cretonne", version = "0.4.4" }
|
||||
|
||||
Reference in New Issue
Block a user