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 @@ documentation = "http://cretonne.readthedocs.io/en/latest/testing.html#file-test
|
||||
repository = "https://github.com/Cretonne/cretonne"
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
name = "cton_filetests"
|
||||
|
||||
[dependencies]
|
||||
cretonne = { path = "../cretonne", version = "0.4.4" }
|
||||
cretonne-reader = { path = "../reader", version = "0.4.4" }
|
||||
|
||||
Reference in New Issue
Block a user