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 = "https://cretonne.readthedocs.io/"
|
||||
repository = "https://github.com/Cretonne/cretonne"
|
||||
readme = "README.md"
|
||||
|
||||
[lib]
|
||||
name = "cton_reader"
|
||||
|
||||
[dependencies]
|
||||
cretonne = { path = "../cretonne", version = "0.4.4" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user